aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-11-05 08:17:24 -0500
committerDan Timoney <dtimoney@att.com>2020-11-05 09:59:56 -0500
commitf991ba3852ea7a6e8ed9b76cfd90d8b04a774d03 (patch)
tree52269e5ce6f09eee255eed01739add5c2e71f5f9
parent6756e81243a47bbf50136733391a60f55d3a1d96 (diff)
Removed dup module name from GRA yaml
Removed duplicate instances of module name in generated swagger yaml for generic resource api by running a script after yang2swagger. Change-Id: I274e01eb2c19f6945ea7eff72c15d560a80c5aba Issue-ID: SDNC-1406 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--generic-resource-api/.gitignore1
-rwxr-xr-xgeneric-resource-api/model/swagger/fixModuleUri.sh5
-rw-r--r--generic-resource-api/model/swagger/pom.xml22
-rw-r--r--generic-resource-api/model/swagger/src/main/json/generic-resource.json2
-rw-r--r--generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml10842
5 files changed, 5450 insertions, 5422 deletions
diff --git a/generic-resource-api/.gitignore b/generic-resource-api/.gitignore
index 930c0337..15cb8c7b 100644
--- a/generic-resource-api/.gitignore
+++ b/generic-resource-api/.gitignore
@@ -27,6 +27,7 @@ classes
out/
.DS_STORE
.metadata
+*.backup
## Folders which contain auto generated source code ##
yang-gen-config
diff --git a/generic-resource-api/model/swagger/fixModuleUri.sh b/generic-resource-api/model/swagger/fixModuleUri.sh
new file mode 100755
index 00000000..fae3872c
--- /dev/null
+++ b/generic-resource-api/model/swagger/fixModuleUri.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mv $2 $2.backup
+cat $2.backup | sed -e 's/'$1':/_&/1' -e 's/\([^_]\)'$1':/\//g' -e 's/_\('$1':\)/\1/' > $2
+rm $2.backup
diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml
index c9ee7893..b49d6ecb 100644
--- a/generic-resource-api/model/swagger/pom.xml
+++ b/generic-resource-api/model/swagger/pom.xml
@@ -188,6 +188,28 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <configuration>
+ <executable>sh</executable>
+ <arguments>
+ <argument>${basedir}/fixModuleUri.sh</argument>
+ <argument>GENERIC-RESOURCE-API</argument>
+ <argument>src/main/yaml/generic-resource.yaml</argument>
+ </arguments>
+ </configuration>
+ <id>fix-swagger-yaml</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
diff --git a/generic-resource-api/model/swagger/src/main/json/generic-resource.json b/generic-resource-api/model/swagger/src/main/json/generic-resource.json
index 2acfa727..d605b904 100644
--- a/generic-resource-api/model/swagger/src/main/json/generic-resource.json
+++ b/generic-resource-api/model/swagger/src/main/json/generic-resource.json
@@ -1 +1 @@
-{"swagger":"2.0","info":{"description":"This module contains a collection of generally useful derived\nYANG data types.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.,This module contains a collection of generally useful derived\nYANG data types for Internet addresses and related things.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.","version":"2.1.0-SNAPSHOT","title":"ietf-yang-types,ietf-inet-types,GENERIC-RESOURCE-API API"},"consumes":["application/json","application/xml"],"produces":["application/json","application/xml"],"paths":{"/config/GENERIC-RESOURCE-API:brg-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.BrgAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.BrgAllottedResources.body-param","description":"generic.resource.api.BrgAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.BrgAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.BrgAllottedResources.body-param","description":"generic.resource.api.BrgAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/":{"post":{"description":"creates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.BrgAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","description":"generic.resource.api.BrgOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","description":"generic.resource.api.BrgOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgrequestinput.BrgRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgrequestinput.BrgRequestInput.body-param","description":"generic.resource.api.brgrequestinput.BrgRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgrequestinput.BrgRequestInput.body-param","description":"generic.resource.api.brgrequestinput.BrgRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgtopology.BrgTopology","schema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgtopology.BrgTopology.body-param","description":"generic.resource.api.brgtopology.BrgTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgtopology.BrgTopology.body-param","description":"generic.resource.api.brgtopology.BrgTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgassignments.BrgAssignments","schema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgassignments.BrgAssignments.body-param","description":"generic.resource.api.brgassignments.BrgAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgassignments.BrgAssignments.body-param","description":"generic.resource.api.brgassignments.BrgAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentAllottedResources.body-param","description":"generic.resource.api.ConnectionAttachmentAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentAllottedResources.body-param","description":"generic.resource.api.ConnectionAttachmentAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/":{"post":{"description":"creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","description":"generic.resource.api.ConnectionAttachmentOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","description":"generic.resource.api.ConnectionAttachmentOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param","description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param","description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param","description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param","description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ContrailRouteAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteAllottedResources.body-param","description":"generic.resource.api.ContrailRouteAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ContrailRouteAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteAllottedResources.body-param","description":"generic.resource.api.ContrailRouteAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/":{"post":{"description":"creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","description":"generic.resource.api.ContrailRouteOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","description":"generic.resource.api.ContrailRouteOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param","description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param","description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param","description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param","description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology","schema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param","description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param","description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param","description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param","description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param","description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param","description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GenericConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.GenericConfigurations","parameters":[{"in":"body","name":"generic.resource.api.GenericConfigurations.body-param","description":"generic.resource.api.GenericConfigurations to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.GenericConfigurations","parameters":[{"in":"body","name":"generic.resource.api.GenericConfigurations.body-param","description":"generic.resource.api.GenericConfigurations to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/":{"post":{"description":"creates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.GcConfiguration","schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param","description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param","description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GcTopologyOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","description":"generic.resource.api.GcTopologyOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","description":"generic.resource.api.GcTopologyOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.GcRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.GcRequestInput.body-param","description":"generic.resource.api.gcrequestinput.GcRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.GcRequestInput.body-param","description":"generic.resource.api.gcrequestinput.GcRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/":{"post":{"description":"creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortMirrorConfigurations","parameters":[{"in":"body","name":"generic.resource.api.PortMirrorConfigurations.body-param","description":"generic.resource.api.PortMirrorConfigurations to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortMirrorConfigurations","parameters":[{"in":"body","name":"generic.resource.api.PortMirrorConfigurations.body-param","description":"generic.resource.api.PortMirrorConfigurations to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/":{"post":{"description":"creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param","description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param","description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorTopologyOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","description":"generic.resource.api.PortMirrorTopologyOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","description":"generic.resource.api.PortMirrorTopologyOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortInfo","schema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortInfo.body-param","description":"generic.resource.api.PortInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortInfo.body-param","description":"generic.resource.api.PortInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param","description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param","description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param","description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param","description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/":{"post":{"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PreloadModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PreloadModelInformation","parameters":[{"in":"body","name":"generic.resource.api.PreloadModelInformation.body-param","description":"generic.resource.api.PreloadModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PreloadModelInformation","parameters":[{"in":"body","name":"generic.resource.api.PreloadModelInformation.body-param","description":"generic.resource.api.PreloadModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/":{"post":{"description":"creates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadmodelinformation.PreloadList","schema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloaddata.PreloadData","schema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloaddata.PreloadData.body-param","description":"generic.resource.api.preloaddata.PreloadData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloaddata.PreloadData.body-param","description":"generic.resource.api.preloaddata.PreloadData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","schema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param","description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param","description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/":{"post":{"description":"creates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.hostroutes.HostRoutes","schema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/":{"post":{"description":"creates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkpolicy.NetworkPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/":{"post":{"description":"creates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.routetablereference.RouteTableReference","schema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/":{"post":{"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/":{"post":{"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadoperstatus.PreloadOperStatus","schema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param","description":"generic.resource.api.preloadoperstatus.PreloadOperStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param","description":"generic.resource.api.preloadoperstatus.PreloadOperStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","schema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param","description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param","description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/":{"post":{"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/":{"post":{"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/":{"post":{"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/":{"post":{"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/":{"post":{"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SecurityZoneAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneAllottedResources.body-param","description":"generic.resource.api.SecurityZoneAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SecurityZoneAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneAllottedResources.body-param","description":"generic.resource.api.SecurityZoneAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/":{"post":{"description":"creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","description":"generic.resource.api.SecurityZoneOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","description":"generic.resource.api.SecurityZoneOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param","description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param","description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonetopology.SecurityZoneTopology","schema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param","description":"generic.resource.api.securityzonetopology.SecurityZoneTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param","description":"generic.resource.api.securityzonetopology.SecurityZoneTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param","description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param","description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServiceModelInfrastructure","schema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ServiceModelInfrastructure","parameters":[{"in":"body","name":"generic.resource.api.ServiceModelInfrastructure.body-param","description":"generic.resource.api.ServiceModelInfrastructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ServiceModelInfrastructure","parameters":[{"in":"body","name":"generic.resource.api.ServiceModelInfrastructure.body-param","description":"generic.resource.api.ServiceModelInfrastructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/":{"post":{"description":"creates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicemodelinfrastructure.Service","schema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.ServiceData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.ServiceData.body-param","description":"generic.resource.api.servicedata.ServiceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.ServiceData.body-param","description":"generic.resource.api.servicedata.ServiceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/":{"post":{"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ForwardingPaths","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param","description":"generic.resource.api.servicedata.servicedata.ForwardingPaths to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param","description":"generic.resource.api.servicedata.servicedata.ForwardingPaths to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.forwardingpathinformation.ServicePaths","schema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.forwardingpathinformation.ServicePaths.body-param","description":"generic.resource.api.forwardingpathinformation.ServicePaths to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.forwardingpathinformation.ServicePaths.body-param","description":"generic.resource.api.forwardingpathinformation.ServicePaths to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/":{"post":{"description":"creates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServicePathInformation","schema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/":{"post":{"description":"creates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.Service","schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.service.Vnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.service.Vnfs.body-param","description":"generic.resource.api.servicepathinformation.service.Vnfs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.service.Vnfs.body-param","description":"generic.resource.api.servicepathinformation.service.Vnfs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/":{"post":{"description":"creates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfPathInformation","schema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfpathinformation.VfModuleInstance","schema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfpathinformation.VfModuleInstance.body-param","description":"generic.resource.api.vnfpathinformation.VfModuleInstance to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfpathinformation.VfModuleInstance.body-param","description":"generic.resource.api.vnfpathinformation.VfModuleInstance to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInstanceGroup.body-param","description":"generic.resource.api.NetworkInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInstanceGroup.body-param","description":"generic.resource.api.NetworkInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/":{"post":{"description":"creates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.aggregateroutes.AggregateRoutes","schema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/":{"post":{"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/":{"post":{"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Networks","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Networks.body-param","description":"generic.resource.api.servicedata.servicedata.Networks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Networks.body-param","description":"generic.resource.api.servicedata.servicedata.Networks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinformation.NetworkInformation","schema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinformation.NetworkInformation.body-param","description":"generic.resource.api.networkinformation.NetworkInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinformation.NetworkInformation.body-param","description":"generic.resource.api.networkinformation.NetworkInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkrequestinput.NetworkRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkrequestinput.NetworkRequestInput.body-param","description":"generic.resource.api.networkrequestinput.NetworkRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkrequestinput.NetworkRequestInput.body-param","description":"generic.resource.api.networkrequestinput.NetworkRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopology.NetworkTopology","schema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopology.NetworkTopology.body-param","description":"generic.resource.api.networktopology.NetworkTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopology.NetworkTopology.body-param","description":"generic.resource.api.networktopology.NetworkTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkassignments.NetworkAssignments","schema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkassignments.NetworkAssignments.body-param","description":"generic.resource.api.networkassignments.NetworkAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkassignments.NetworkAssignments.body-param","description":"generic.resource.api.networkassignments.NetworkAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.NetworkParameters","schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.NetworkParameters.body-param","description":"generic.resource.api.networkparameters.NetworkParameters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.NetworkParameters.body-param","description":"generic.resource.api.networkparameters.NetworkParameters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/":{"post":{"description":"creates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter","schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Pnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Pnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Pnfs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Pnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Pnfs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfdetails.PnfDetails","schema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfdetails.PnfDetails.body-param","description":"generic.resource.api.pnfdetails.PnfDetails to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfdetails.PnfDetails.body-param","description":"generic.resource.api.pnfdetails.PnfDetails to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfrequestinput.PnfRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfrequestinput.PnfRequestInput.body-param","description":"generic.resource.api.pnfrequestinput.PnfRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfrequestinput.PnfRequestInput.body-param","description":"generic.resource.api.pnfrequestinput.PnfRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopology.PnfTopology","schema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopology.PnfTopology.body-param","description":"generic.resource.api.pnftopology.PnfTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopology.PnfTopology.body-param","description":"generic.resource.api.pnftopology.PnfTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/":{"post":{"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/":{"post":{"description":"creates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConfigurationInfo","schema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicerequestinput.ServiceRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicerequestinput.ServiceRequestInput.body-param","description":"generic.resource.api.servicerequestinput.ServiceRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicerequestinput.ServiceRequestInput.body-param","description":"generic.resource.api.servicerequestinput.ServiceRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopology.ServiceTopology","schema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopology.ServiceTopology.body-param","description":"generic.resource.api.servicetopology.ServiceTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopology.ServiceTopology.body-param","description":"generic.resource.api.servicetopology.ServiceTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceassignments.ServiceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceassignments.ServiceAssignments.body-param","description":"generic.resource.api.serviceassignments.ServiceAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceassignments.ServiceAssignments.body-param","description":"generic.resource.api.serviceassignments.ServiceAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.ServiceParameters","schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.ServiceParameters.body-param","description":"generic.resource.api.serviceparameters.ServiceParameters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.ServiceParameters.body-param","description":"generic.resource.api.serviceparameters.ServiceParameters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/":{"post":{"description":"creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param","description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param","description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcInstanceGroup.body-param","description":"generic.resource.api.VnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcInstanceGroup.body-param","description":"generic.resource.api.VnfcInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.VnfcObjects","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.VnfcObjects.body-param","description":"generic.resource.api.vnfcobjects.VnfcObjects to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.VnfcObjects.body-param","description":"generic.resource.api.vnfcobjects.VnfcObjects to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/":{"post":{"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/":{"post":{"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Vnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Vnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Vnfs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Vnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Vnfs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.LicenseInformation","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.LicenseInformation.body-param","description":"generic.resource.api.licenseinformation.LicenseInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.LicenseInformation.body-param","description":"generic.resource.api.licenseinformation.LicenseInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/":{"post":{"description":"creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/":{"post":{"description":"creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleinformation.VfModuleInformation","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param","description":"generic.resource.api.vfmoduleinformation.VfModuleInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param","description":"generic.resource.api.vfmoduleinformation.VfModuleInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param","description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param","description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/":{"post":{"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/":{"post":{"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/":{"post":{"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/":{"post":{"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/":{"post":{"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkCollection","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkCollection.body-param","description":"generic.resource.api.VnfNetworkCollection to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkCollection.body-param","description":"generic.resource.api.VnfNetworkCollection to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/":{"post":{"description":"creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.VnfRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.VnfRequestInput.body-param","description":"generic.resource.api.vnfrequestinput.VnfRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.VnfRequestInput.body-param","description":"generic.resource.api.vnfrequestinput.VnfRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/":{"post":{"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfSubInterfaceGroup","schema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.VnfSubInterfaceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/":{"post":{"description":"creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/":{"post":{"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.Vnfcs.body-param","description":"generic.resource.api.vnfcs.Vnfcs to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.Vnfcs.body-param","description":"generic.resource.api.vnfcs.Vnfcs to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.Vnics","schema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.Vnics.body-param","description":"generic.resource.api.vnics.Vnics to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.Vnics.body-param","description":"generic.resource.api.vnics.Vnics to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/":{"post":{"description":"creates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.vnics.Vnic","schema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.SubInterfaces","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.SubInterfaces.body-param","description":"generic.resource.api.subinterfaces.SubInterfaces to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.SubInterfaces.body-param","description":"generic.resource.api.subinterfaces.SubInterfaces to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/":{"post":{"description":"creates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopology.VnfTopology","schema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopology.VnfTopology.body-param","description":"generic.resource.api.vnftopology.VnfTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopology.VnfTopology.body-param","description":"generic.resource.api.vnftopology.VnfTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicestatus.ServiceStatus","schema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicestatus.ServiceStatus.body-param","description":"generic.resource.api.servicestatus.ServiceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicestatus.ServiceStatus.body-param","description":"generic.resource.api.servicestatus.ServiceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.TunnelxconnAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnAllottedResources.body-param","description":"generic.resource.api.TunnelxconnAllottedResources to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.TunnelxconnAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnAllottedResources.body-param","description":"generic.resource.api.TunnelxconnAllottedResources to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/":{"post":{"description":"creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","description":"generic.resource.api.TunnelxconnOperationInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","description":"generic.resource.api.TunnelxconnOperationInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param","description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param","description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param","description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param","description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param","description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param","description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.BrgAllottedResources","originalRef":"#/definitions/generic.resource.api.BrgAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.BrgAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgrequestinput.BrgRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgtopology.BrgTopology","schema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgassignments.BrgAssignments","schema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","schema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology","schema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","schema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GenericConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurations","originalRef":"#/definitions/generic.resource.api.GenericConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.GcConfiguration","schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","schema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GcTopologyOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.GcRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","schema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorTopologyOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortInfo","schema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","schema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PreloadModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PreloadModelInformation","originalRef":"#/definitions/generic.resource.api.PreloadModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadmodelinformation.PreloadList","schema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloaddata.PreloadData","schema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","schema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.hostroutes.HostRoutes","schema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkpolicy.NetworkPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.routetablereference.RouteTableReference","schema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadoperstatus.PreloadOperStatus","schema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","schema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonetopology.SecurityZoneTopology","schema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments","schema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:services/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServiceModelInfrastructure","schema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure","originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicemodelinfrastructure.Service","schema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.ServiceData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ForwardingPaths","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.forwardingpathinformation.ServicePaths","schema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServicePathInformation","schema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.Service","schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.service.Vnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfPathInformation","schema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfpathinformation.VfModuleInstance","schema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.aggregateroutes.AggregateRoutes","schema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","schema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Networks","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinformation.NetworkInformation","schema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkrequestinput.NetworkRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopology.NetworkTopology","schema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkassignments.NetworkAssignments","schema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.NetworkParameters","schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter","schema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Pnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfdetails.PnfDetails","schema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfrequestinput.PnfRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopology.PnfTopology","schema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConfigurationInfo","schema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicerequestinput.ServiceRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopology.ServiceTopology","schema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceassignments.ServiceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.ServiceParameters","schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","schema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.VnfcObjects","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","schema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Vnfs","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.LicenseInformation","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","schema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleinformation.VfModuleInformation","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkCollection","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.VnfRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfSubInterfaceGroup","schema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","schema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.Vnfcs","schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.vnfcs.Vnfc","schema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.Vnics","schema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.vnics.Vnic","schema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.SubInterfaces","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","schema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopology.VnfTopology","schema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicestatus.ServiceStatus","schema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnAllottedResources","schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnOperationInformation","schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","schema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operations/GENERIC-RESOURCE-API:brg-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.BrgTopologyOperation","originalRef":"#/definitions/generic.resource.api.BrgTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.BrgTopologyOperation","originalRef":"#/definitions/generic.resource.api.BrgTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:connection-attachment-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:contrail-route-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation","originalRef":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation","originalRef":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:generic-configuration-notification/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.genericconfigurationnotification.Input.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.genericconfigurationnotification.Input","originalRef":"#/definitions/generic.resource.api.genericconfigurationnotification.Input"}}}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:generic-configuration-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation","originalRef":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation","originalRef":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:getpathsegment-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ForwardingPathOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.ForwardingPathOperationInformation","originalRef":"#/definitions/generic.resource.api.ForwardingPathOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation","originalRef":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation","originalRef":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:network-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.NetworkOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.NetworkOperationInformation","originalRef":"#/definitions/generic.resource.api.NetworkOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.NetworkTopologyOperation","originalRef":"#/definitions/generic.resource.api.NetworkTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.NetworkTopologyOperation","originalRef":"#/definitions/generic.resource.api.NetworkTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:pnf-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.PnfOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.PnfOperationInformation","originalRef":"#/definitions/generic.resource.api.PnfOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.PnfTopologyOperation","originalRef":"#/definitions/generic.resource.api.PnfTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PnfTopologyOperation","originalRef":"#/definitions/generic.resource.api.PnfTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:policy-update-notify-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.policyupdatenotifyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Input","originalRef":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation","originalRef":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation","originalRef":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:port-mirror-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:preload-network-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.preloadnetworktopologyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation","originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation","originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation","originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation","originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:security-zone-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation","originalRef":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation","originalRef":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:service-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ServiceOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.ServiceOperationInformation","originalRef":"#/definitions/generic.resource.api.ServiceOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.ServiceTopologyOperation","originalRef":"#/definitions/generic.resource.api.ServiceTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.ServiceTopologyOperation","originalRef":"#/definitions/generic.resource.api.ServiceTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:tunnelxconn-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation","originalRef":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation","originalRef":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vf-module-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.VfModuleOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.VfModuleOperationInformation","originalRef":"#/definitions/generic.resource.api.VfModuleOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.VfModuleTopologyOperation","originalRef":"#/definitions/generic.resource.api.VfModuleTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VfModuleTopologyOperation","originalRef":"#/definitions/generic.resource.api.VfModuleTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vnf-get-resource-request/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.vnfgetresourcerequest.Input.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.vnfgetresourcerequest.Input","originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequest.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.VnfGetResourceRequest","originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequest"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfGetResourceRequest","originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequest"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vnf-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.VnfOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"$ref":"#/definitions/generic.resource.api.VnfOperationInformation","originalRef":"#/definitions/generic.resource.api.VnfOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"$ref":"#/definitions/generic.resource.api.VnfTopologyOperation","originalRef":"#/definitions/generic.resource.api.VnfTopologyOperation"},"responseSchema":{"$ref":"#/definitions/generic.resource.api.VnfTopologyOperation","originalRef":"#/definitions/generic.resource.api.VnfTopologyOperation"}},"201":{"description":"No response"}}}}},"definitions":{"generic.resource.api.AddrFromStartEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.AggregateRoutes":{"type":"object","properties":{"aggregate-routes":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}},"generic.resource.api.AllottedResourceIdentifiers":{"type":"object","properties":{"allotted-resource-identifiers":{"$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}},"generic.resource.api.AllottedResourceInfo":{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-pointer":{"type":"string","description":"Pointer to the allotted-resources topology"},"allotted-resource-type":{"type":"string","description":"Not an enum, but expected values are contrail-route and security-zone."}}},"generic.resource.api.AllottedResourceInformation":{"type":"object","properties":{"allotted-resource-information":{"$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}},"generic.resource.api.AllottedResourceOperStatus":{"type":"object","properties":{"allotted-resource-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.AllottedResourceStatus":{"type":"object","properties":{"allotted-resource-status":{"$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}},"generic.resource.api.BrgAllottedResources":{"type":"object","properties":{"brg-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}},"generic.resource.api.BrgAssignments":{"type":"object","properties":{"brg-assignments":{"$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}},"generic.resource.api.BrgOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"$ref":"#/definitions/generic.resource.api.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.BrgRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.BrgRequestInput":{"type":"object","properties":{"brg-request-input":{"$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}},"generic.resource.api.BrgResponseInformation":{"type":"object","properties":{"brg-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.BrgTopology":{"type":"object","properties":{"brg-topology":{"$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology","originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}},"generic.resource.api.BrgTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.brgtopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.brgtopologyoperation.Output"}}},"generic.resource.api.ConfigurationIdentifiers":{"type":"object","properties":{"configuration-identifiers":{"$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}},"generic.resource.api.ConfigurationInfo":{"type":"object","properties":{"configuration-topology-link":{"type":"string","description":"Pointer to the configurations topology"},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":"Not an enum, but expected values are vprobe and pprobe"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration, , vlan-network-receptor"}}},"generic.resource.api.ConfigurationInformation":{"type":"object","properties":{"configuration-information":{"$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}},"generic.resource.api.ConfigurationOperStatus":{"type":"object","properties":{"configuration-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.ConfigurationStatus":{"type":"object","properties":{"configuration-status":{"$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}},"generic.resource.api.ConnectionAttachmentAllottedResources":{"type":"object","properties":{"connection-attachment-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}},"generic.resource.api.ConnectionAttachmentAssignments":{"type":"object","properties":{"connection-attachment-assignments":{"$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}},"generic.resource.api.ConnectionAttachmentOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentRequestInput","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ConnectionAttachmentRequestInput":{"type":"object","properties":{"connection-attachment-request-input":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}},"generic.resource.api.ConnectionAttachmentResponseInformation":{"type":"object","properties":{"connection-attachment-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ConnectionAttachmentTopology":{"type":"object","properties":{"connection-attachment-topology":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}},"generic.resource.api.ConnectionAttachmentTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"}}},"generic.resource.api.ConnectionPoint":{"type":"object","properties":{"connection-point":{"$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}},"generic.resource.api.ContrailRouteAllottedResources":{"type":"object","properties":{"contrail-route-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}},"generic.resource.api.ContrailRouteAssignments":{"type":"object","properties":{"contrail-route-assignments":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}},"generic.resource.api.ContrailRouteOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"$ref":"#/definitions/generic.resource.api.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.ContrailRouteRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ContrailRouteRequestInput":{"type":"object","properties":{"contrail-route-request-input":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}},"generic.resource.api.ContrailRouteResponseInformation":{"type":"object","properties":{"contrail-route-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ContrailRouteTopology":{"type":"object","properties":{"contrail-route-topology":{"$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}},"generic.resource.api.ContrailRouteTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.contrailroutetopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"}}},"generic.resource.api.DhcpEnabledEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.ForwardingPathInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"forwarding-path-type":{"description":"Based on MySQL Forwarding_Path tables path_type value from related TOSCA model","$ref":"#/definitions/generic.resource.api.ForwardingPathTypeEnumeration","originalRef":"#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"},"forwarding-path-name":{"type":"string","description":"Fowarding-path name from TOSCA model, or name generated by SDNC"},"service-paths":{"$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}]},"generic.resource.api.ForwardingPathOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ForwardingPathRequestInput","originalRef":"#/definitions/generic.resource.api.ForwardingPathRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ForwardingPathRequestInput":{"type":"object","properties":{"forwarding-path-request-input":{"$ref":"#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput","originalRef":"#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"}}},"generic.resource.api.ForwardingPathTypeEnumeration":{"type":"string","enum":["VNF","Service"]},"generic.resource.api.GcRequestInput":{"type":"object","properties":{"gc-request-input":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}},"generic.resource.api.GcResponseInformation":{"type":"object","properties":{"gc-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.GcTopologyOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.ConfigurationInformation"},{"$ref":"#/definitions/generic.resource.api.GcRequestInput","originalRef":"#/definitions/generic.resource.api.GcRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.GenericConfigurationTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"}}},"generic.resource.api.GenericConfigurations":{"type":"object","properties":{"gc-configuration":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}},"generic.resource.api.GetpathsegmentResponseInformation":{"type":"object","properties":{"getpathsegment-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.GetpathsegmentTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"}}},"generic.resource.api.HostRoutes":{"type":"object","properties":{"host-routes":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes","originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}},"generic.resource.api.InstanceReference":{"type":"object","properties":{"instance-id":{"type":"string"},"object-path":{"type":"string","description":"restconf retrieval path to this particular objectE.g. restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/service-topology/"}}},"generic.resource.api.IpAddresses":{"type":"object","properties":{"ip-addresses":{"$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}},"generic.resource.api.IpTypeEnumeration":{"type":"string","enum":["FIXED","VIP"]},"generic.resource.api.LastActionEnumeration":{"type":"string","enum":["CreateNetworkInstance","ActivateNetworkInstance","DeActivateNetworkInstance","DeleteNetworkInstance","CreateServiceInstance","DeleteServiceInstance","CreateVnfInstance","ActivateVnfInstance","DeleteVnfInstance","CreatePnfInstance","ActivatePnfInstance","DeletePnfInstance","CreateVfModuleInstance","ActivateVfModuleInstance","DeleteVfModuleInstance","CreateContrailRouteInstance","DeleteContrailRouteInstance","CreateSecurityZoneInstance","DeleteSecurityZoneInstance","ActivateDCINetworkInstance","DeActivateDCINetworkInstance","CreateTunnelXConnInstance","DeleteTunnelXConnInstance","CreateBRGInstance","DeleteBRGInstance","CreateSOTNConnectivityInstance","ActivateSOTNConnectivityInstance","DeactivateSOTNConnectivityInstance","DeleteSOTNConnectivityInstance","CreateSOTNAttachmentInstance","ActivateSOTNAttachmentInstance","DeactivateSOTNAttachmentInstance","DeleteSOTNAttachmentInstance","CreateSiteInstance","ActivateSiteInstance","DeactivateSiteInstance","DeleteSiteInstance","CreatePortMirrorConfigurationInstance","DeletePortMirrorConfigurationInstance","ChangePortMirrorConfigurationInstance","CreateGenericConfigurationInstance","DeleteGenericConfigurationInstance","PreloadVfModuleRequest","DeletePreloadVfModuleRequest","PreloadNetworkRequest","DeletePreloadNetworkRequest","CreateForwardingPathInstance","DeleteForwardingPathInstance","UpdateForwardingPathInstance","CreateSDWANDeviceInstance","ActivateSDWANDeviceInstance","DeactivateSDWANDeviceInstance","DeleteSDWANDeviceInstance","CreateSDWANPortInstance","ActivateSDWANPortInstance","DeactivateSDWANPortInstance","DeleteSDWANPortInstance","ReoptimizeSOTNInstance","CreateSDWANLanPortInstance","ActivateSDWANLanPortInstance","DeactivateSDWANLanPortInstance","DeleteSDWANLanPortInstance","CreateSDWANVpnInstance","ActivateSDWANVpnInstance","DeactivateSDWANVpnInstance","DeleteSDWANVpnInstance","CreateSDWANSiteInstance","ActivateSDWANSiteInstance","DeactivateSDWANSiteInstance","DeleteSDWANSiteInstance","SdwanBandwidthChange","CreateAccessConnectivityInstance","DeleteAccessConnectivityInstance","CreateInternetProfileInstance","ChangeInternetProfileInstance","DeleteInternetProfileInstance","CreateSOTNUnderlayInstance","ActivateSOTNUnderlayInstance","DeactivateSOTNUnderlayInstance","DeleteSOTNUnderlayInstance","CreateSOTNUniInstance","ActivateSOTNUniInstance","DeactivateSOTNUniInstance","DeleteSOTNUniInstance","CreateSOTNL2VpnInstance","ActivateSOTNL2VpnInstance","DeactivateSOTNL2VpnInstance","DeleteSOTNL2VpnInstance","AllocateTransportSliceInstance","ActivateTransportSliceInstance","DeactivateTransportSliceInstance","DeleteTransportSliceInstance"]},"generic.resource.api.LastOrderStatusEnumeration":{"type":"string","enum":["Active","PendingAssignment","PendingCreate","PendingUpdate","PendingDelete","Deleted","Created"]},"generic.resource.api.LastRpcActionEnumeration":{"type":"string","enum":["assign","activate","delete","unassign","deactivate","create","changeassign","reoptimize"]},"generic.resource.api.LicenseInformation":{"type":"object","properties":{"license-information":{"$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}},"generic.resource.api.MaintenanceIndicatorEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.NetworkAssignments":{"type":"object","properties":{"network-assignments":{"$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}},"generic.resource.api.NetworkInfo":{"type":"object","properties":{"network-role":{"type":"string"},"network-id":{"type":"string"}}},"generic.resource.api.NetworkInformation":{"type":"object","properties":{"network-information":{"$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}},"generic.resource.api.NetworkInstanceGroup":{"type":"object","properties":{"network-instance-group":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}},"generic.resource.api.NetworkLevelOperStatus":{"type":"object","properties":{"network-level-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.NetworkOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.NetworkInformation","originalRef":"#/definitions/generic.resource.api.NetworkInformation"},{"$ref":"#/definitions/generic.resource.api.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.NetworkRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.NetworkParameters":{"type":"object","properties":{"network-parameters":{"$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}},"generic.resource.api.NetworkPolicy":{"type":"object","properties":{"network-policy":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}},"generic.resource.api.NetworkRequestInput":{"type":"object","properties":{"network-request-input":{"$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}},"generic.resource.api.NetworkResponseInformation":{"type":"object","properties":{"network-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.NetworkTopology":{"type":"object","properties":{"network-topology":{"$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology","originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}},"generic.resource.api.NetworkTopologyIdentifierStructure":{"type":"object","properties":{"network-topology-identifier-structure":{"$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}},"generic.resource.api.NetworkTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.networktopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.networktopologyoperation.Output"}}},"generic.resource.api.OnapModelInformation":{"type":"object","properties":{"onap-model-information":{"$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}},"generic.resource.api.OperStatusData":{"type":"object","properties":{"last-action":{"description":"should be list of possible request-actions","$ref":"#/definitions/generic.resource.api.LastActionEnumeration","originalRef":"#/definitions/generic.resource.api.LastActionEnumeration"},"modify-timestamp":{"type":"string"},"last-order-status":{"$ref":"#/definitions/generic.resource.api.LastOrderStatusEnumeration","originalRef":"#/definitions/generic.resource.api.LastOrderStatusEnumeration"},"create-timestamp":{"type":"string","description":"Not currently populated in service data."},"order-status":{"description":"TBD - do we need Request failed statuses? RequestFailed | InProgressTimeout","$ref":"#/definitions/generic.resource.api.OrderStatusEnumeration","originalRef":"#/definitions/generic.resource.api.OrderStatusEnumeration"},"last-rpc-action":{"$ref":"#/definitions/generic.resource.api.LastRpcActionEnumeration","originalRef":"#/definitions/generic.resource.api.LastRpcActionEnumeration"},"last-svc-request-id":{"type":"string","description":"Not currently populated in service data."}}},"generic.resource.api.OrderStatusEnumeration":{"type":"string","enum":["Active","PendingAssignment","PendingCreate","PendingUpdate","PendingDelete","Deleted","Created"]},"generic.resource.api.Param":{"type":"object","properties":{"param":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.param.Param","originalRef":"#/definitions/generic.resource.api.param.Param"}}}},"generic.resource.api.PnfDetails":{"type":"object","properties":{"pnf-details":{"$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}},"generic.resource.api.PnfInformation":{"type":"object","properties":{"pnf-information":{"$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}},"generic.resource.api.PnfLevelOperStatus":{"type":"object","properties":{"pnf-level-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.PnfOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PnfDetails","originalRef":"#/definitions/generic.resource.api.PnfDetails"},{"$ref":"#/definitions/generic.resource.api.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.PnfRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.PnfRequestInput":{"type":"object","properties":{"pnf-request-input":{"$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}},"generic.resource.api.PnfResponseInformation":{"type":"object","properties":{"pnf-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.PnfTopology":{"type":"object","properties":{"pnf-topology":{"$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology","originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}},"generic.resource.api.PnfTopologyIdentifierStructure":{"type":"object","properties":{"pnf-topology-identifier-structure":{"$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}},"generic.resource.api.PnfTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.pnftopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.pnftopologyoperation.Output"}}},"generic.resource.api.PolicyUpdateNotifyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Output","originalRef":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"}}},"generic.resource.api.PortInfo":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PnfInformation","originalRef":"#/definitions/generic.resource.api.PnfInformation"},{"$ref":"#/definitions/generic.resource.api.VnfInformation","originalRef":"#/definitions/generic.resource.api.VnfInformation"},{"type":"object","properties":{"service-instance-id":{"type":"string","description":"May not be need."}}}]},"generic.resource.api.PortMirrorConfigurationAssignments":{"type":"object","properties":{"port-mirror-configuration-assignments":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}},"generic.resource.api.PortMirrorConfigurationRequestInput":{"type":"object","properties":{"port-mirror-configuration-request-input":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}},"generic.resource.api.PortMirrorConfigurationTopology":{"type":"object","properties":{"port-mirror-configuration-topology":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}},"generic.resource.api.PortMirrorConfigurations":{"type":"object","properties":{"port-mirror-configuration":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}},"generic.resource.api.PortMirrorResponseInformation":{"type":"object","properties":{"port-mirror-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.PortMirrorTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.portmirrortopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.portmirrortopologyoperation.Output"}}},"generic.resource.api.PortMirrorTopologyOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.ConfigurationInformation"},{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.PreloadData":{"type":"object","properties":{"preload-data":{"$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData","originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}},"generic.resource.api.PreloadModelInformation":{"type":"object","properties":{"preload-list":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}},"generic.resource.api.PreloadNetworkTopologyInformation":{"type":"object","properties":{"preload-network-topology-information":{"$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}},"generic.resource.api.PreloadNetworkTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.PreloadTopologyResponseBody","originalRef":"#/definitions/generic.resource.api.PreloadTopologyResponseBody"}}},"generic.resource.api.PreloadOperStatus":{"type":"object","properties":{"preload-oper-status":{"$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}},"generic.resource.api.PreloadTopologyResponseBody":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"svc-request-id":{"type":"string"},"ack-final-indicator":{"type":"string"}}},"generic.resource.api.PreloadVfModuleTopologyInformation":{"type":"object","properties":{"preload-vf-module-topology-information":{"$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}},"generic.resource.api.PreloadVfModuleTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.PreloadTopologyResponseBody","originalRef":"#/definitions/generic.resource.api.PreloadTopologyResponseBody"}}},"generic.resource.api.ProviderNetworkInformation":{"type":"object","properties":{"physical-network-name":{"type":"string"},"is-external-network":{"type":"boolean"},"is-shared-network":{"type":"boolean"},"is-provider-network":{"type":"boolean"}}},"generic.resource.api.RegionIdentifier":{"type":"object","properties":{"aic-clli":{"type":"string","description":"Not expected to be used"},"aic-cloud-region":{"type":"string","description":"The AIC cloud region which maps to contrail versions"},"cloud-owner":{"type":"string"},"tenant":{"type":"string"}}},"generic.resource.api.RelatedNetwork":{"type":"object","properties":{"related-network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"generic.resource.api.RequestActionEnumeration":{"type":"string","enum":["CreateNetworkInstance","ActivateNetworkInstance","DeActivateNetworkInstance","CreateServiceInstance","DeleteServiceInstance","DeleteNetworkInstance","CreateVnfInstance","ActivateVnfInstance","DeleteVnfInstance","CreatePnfInstance","ActivatePnfInstance","DeletePnfInstance","CreateVfModuleInstance","ActivateVfModuleInstance","DeleteVfModuleInstance","CreateContrailRouteInstance","DeleteContrailRouteInstance","CreateSecurityZoneInstance","DeleteSecurityZoneInstance","ActivateDCINetworkInstance","DeActivateDCINetworkInstance","CreateTunnelXConnInstance","DeleteTunnelXConnInstance","CreateBRGInstance","DeleteBRGInstance","CreateSOTNConnectivityInstance","ActivateSOTNConnectivityInstance","DeactivateSOTNConnectivityInstance","DeleteSOTNConnectivityInstance","CreateSOTNAttachmentInstance","ActivateSOTNAttachmentInstance","DeactivateSOTNAttachmentInstance","DeleteSOTNAttachmentInstance","CreateSiteInstance","ActivateSiteInstance","DeactivateSiteInstance","DeleteSiteInstance","CreatePortMirrorConfigurationInstance","DeletePortMirrorConfigurationInstance","ChangePortMirrorConfigurationInstance","CreateGenericConfigurationInstance","RebuildGenericConfigurationInstance","DeleteGenericConfigurationInstance","PreloadVfModuleRequest","DeletePreloadVfModuleRequest","PreloadNetworkRequest","DeletePreloadNetworkRequest","CreateForwardingPathInstance","DeleteForwardingPathInstance","UpdateForwardingPathInstance","CreateSDWANDeviceInstance","ActivateSDWANDeviceInstance","DeactivateSDWANDeviceInstance","DeleteSDWANDeviceInstance","CreateSDWANPortInstance","ActivateSDWANPortInstance","DeactivateSDWANPortInstance","DeleteSDWANPortInstance","ReoptimizeSOTNInstance","CreateSDWANLanPortInstance","ActivateSDWANLanPortInstance","DeactivateSDWANLanPortInstance","DeleteSDWANLanPortInstance","CreateSDWANVpnInstance","ActivateSDWANVpnInstance","DeactivateSDWANVpnInstance","DeleteSDWANVpnInstance","CreateSDWANSiteInstance","ActivateSDWANSiteInstance","DeactivateSDWANSiteInstance","DeleteSDWANSiteInstance","SdwanBandwidthChange","CreateAccessConnectivityInstance","DeleteAccessConnectivityInstance","CreateInternetProfileInstance","ChangeInternetProfileInstance","DeleteInternetProfileInstance","CreateSOTNUnderlayInstance","ActivateSOTNUnderlayInstance","DeactivateSOTNUnderlayInstance","DeleteSOTNUnderlayInstance","CreateSOTNUniInstance","ActivateSOTNUniInstance","DeactivateSOTNUniInstance","DeleteSOTNUniInstance","CreateSOTNL2VpnInstance","ActivateSOTNL2VpnInstance","DeactivateSOTNL2VpnInstance","DeleteSOTNL2VpnInstance","AllocateTransportSliceInstance","ActivateTransportSliceInstance","DeactivateTransportSliceInstance","DeleteTransportSliceInstance"]},"generic.resource.api.RequestInformation":{"type":"object","properties":{"request-information":{"$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation","originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}},"generic.resource.api.RequestStatusEnumeration":{"type":"string","enum":["synccomplete","asynccomplete","notifycomplete"]},"generic.resource.api.RouteTableReference":{"type":"object","properties":{"route-table-reference":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}},"generic.resource.api.RpcActionEnumeration":{"type":"string","enum":["assign","activate","configure","delete","unassign","deactivate","create"]},"generic.resource.api.SdncRequestHeader":{"type":"object","properties":{"sdnc-request-header":{"$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}},"generic.resource.api.SecurityZoneAllottedResources":{"type":"object","properties":{"security-zone-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}},"generic.resource.api.SecurityZoneAssignments":{"type":"object","properties":{"security-zone-assignments":{"$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}},"generic.resource.api.SecurityZoneOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.SecurityZoneRequestInput"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.SecurityZoneRequestInput":{"type":"object","properties":{"security-zone-request-input":{"$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}},"generic.resource.api.SecurityZoneResponseInformation":{"type":"object","properties":{"security-zone-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.SecurityZoneTopology":{"type":"object","properties":{"security-zone-topology":{"$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}},"generic.resource.api.SecurityZoneTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.securityzonetopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.securityzonetopologyoperation.Output"}}},"generic.resource.api.ServiceAssignments":{"type":"object","properties":{"service-assignments":{"$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}},"generic.resource.api.ServiceData":{"type":"object","properties":{"service-data":{"$ref":"#/definitions/generic.resource.api.servicedata.ServiceData","originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData"}}},"generic.resource.api.ServiceInformation":{"type":"object","properties":{"service-information":{"$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}},"generic.resource.api.ServiceLevelOperStatus":{"type":"object","properties":{"service-level-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.ServiceModelInfrastructure":{"type":"object","properties":{"service":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}},"generic.resource.api.ServiceOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.ServiceRequestInput"}]},"generic.resource.api.ServiceParameters":{"type":"object","properties":{"service-parameters":{"$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}},"generic.resource.api.ServicePathInformation":{"type":"object","properties":{"service-path-instance-name":{"type":"string","description":"A unique name generated by SDNC ( forwarding-path-name + service-path-instance-id )"},"service-path-instance-id":{"type":"string","description":"Service path instance ID generated by SDNC. Identifies a service-path-instance within a forwarding-path definition"},"version":{"type":"string","description":"Only one version of the service-path-instance data will be available in MD-SAL. version will be updated when the service-path-instance is reevaluated "},"service":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.Service","originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}},"generic.resource.api.ServiceRequestInput":{"type":"object","properties":{"service-request-input":{"$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}},"generic.resource.api.ServiceResponseInformation":{"type":"object","properties":{"service-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ServiceStatus":{"type":"object","properties":{"service-status":{"$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}},"generic.resource.api.ServiceTopology":{"type":"object","properties":{"service-topology":{"$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}},"generic.resource.api.ServiceTopologyIdentifier":{"type":"object","properties":{"service-topology-identifier":{"$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}},"generic.resource.api.ServiceTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.servicetopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.servicetopologyoperation.Output"}}},"generic.resource.api.SubInterfaceNetworkData":{"type":"object","properties":{"sub-interface-network-data":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"generic.resource.api.SubInterfaces":{"type":"object","properties":{"sub-interfaces":{"$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}},"generic.resource.api.Subnets":{"type":"object","properties":{"subnets":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.subnets.Subnets","originalRef":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"generic.resource.api.SvcActionEnumeration":{"type":"string","enum":["reserve","assign","activate","delete","changeassign","changedelete","rollback","deactivate","unassign","create","disable","enable","update","reoptimize","rebuild"]},"generic.resource.api.TopologyResponseCommon":{"type":"object","properties":{"response-code":{"type":"string","description":"a success code or an defined error codeKeep as M"},"response-message":{"type":"string","description":"message included for error code"},"svc-request-id":{"type":"string","description":"the request id from the request message for which this is the responseKeep as M"},"ack-final-indicator":{"type":"string","description":"Expected to be Y or N."}}},"generic.resource.api.TunnelxconnAllottedResources":{"type":"object","properties":{"tunnelxconn-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}},"generic.resource.api.TunnelxconnAssignments":{"type":"object","properties":{"tunnelxconn-assignments":{"$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}},"generic.resource.api.TunnelxconnOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceInformation","originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.TunnelxconnRequestInput"}]},"generic.resource.api.TunnelxconnRequestInput":{"type":"object","properties":{"tunnelxconn-request-input":{"$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}},"generic.resource.api.TunnelxconnResponseInformation":{"type":"object","properties":{"tunnelxconn-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.TunnelxconnTopology":{"type":"object","properties":{"tunnelxconn-topology":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}},"generic.resource.api.TunnelxconnTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"}}},"generic.resource.api.UseDhcpEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.VfModuleAssignments":{"type":"object","properties":{"vf-module-assignments":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}},"generic.resource.api.VfModuleInformation":{"type":"object","properties":{"vf-module-information":{"$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}},"generic.resource.api.VfModuleLevelOperStatus":{"type":"object","properties":{"vf-module-level-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.VfModuleOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.VfModuleInformation","originalRef":"#/definitions/generic.resource.api.VfModuleInformation"},{"$ref":"#/definitions/generic.resource.api.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.VfModuleRequestInput"},{"$ref":"#/definitions/generic.resource.api.VnfInformation","originalRef":"#/definitions/generic.resource.api.VnfInformation"}]},"generic.resource.api.VfModuleRequestInput":{"type":"object","properties":{"vf-module-request-input":{"$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}},"generic.resource.api.VfModuleResponseInformation":{"type":"object","properties":{"vf-module-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.VfModuleTopology":{"type":"object","properties":{"vf-module-topology":{"$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}},"generic.resource.api.VfModuleTopologyIdentifier":{"type":"object","properties":{"vf-module-topology-identifier":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}},"generic.resource.api.VfModuleTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.vfmoduletopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"}}},"generic.resource.api.VlanTags":{"type":"object","properties":{"vlan-tags":{"$ref":"#/definitions/generic.resource.api.vlantags.VlanTags","originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags"}}},"generic.resource.api.VlanVnfcInstanceGroups":{"type":"object","properties":{"vlan-vnfc-instance-groups":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}},"generic.resource.api.VmNetworkData":{"type":"object","properties":{"related-networks":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string","description":"network (identified by role) that this VM connects to. Should also be included in the vnf-networks for the containing VNF"},"is-trunked":{"type":"boolean"},"floating-ips":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"sriov-parameters":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"network-information-items":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"mac-addresses":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"network-role-tag":{"type":"string"},"segmentation-id":{"type":"string"},"interface-route-prefixes":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}},"generic.resource.api.VmTopologyData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vm-type":{"type":"string"},"vm-names":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"vm-type-tag":{"type":"string","description":"from tosca data on vfc"},"vm-count":{"type":"integer","format":"int32"},"vm-networks":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"nfc-naming-code":{"type":"string","description":"used in vm naming(draft 29: changed from nfc-code)"}}}]},"generic.resource.api.VnfCloudParam":{"type":"object","properties":{"service-instance-id":{"type":"string"},"service-instance-name":{"type":"string"},"vnf":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcloudparam.Vnf","originalRef":"#/definitions/generic.resource.api.vnfcloudparam.Vnf"}}}},"generic.resource.api.VnfGetResourceRequest":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.vnfgetresourcerequest.Output","originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequest.Output"}}},"generic.resource.api.VnfGetResourceRequestInputData":{"type":"object","properties":{"vnf":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf","originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"}}}},"generic.resource.api.VnfInformation":{"type":"object","properties":{"vnf-information":{"$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}},"generic.resource.api.VnfLevelOperStatus":{"type":"object","properties":{"vnf-level-oper-status":{"$ref":"#/definitions/generic.resource.api.OperStatusData","originalRef":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.VnfNetworkCollection":{"type":"object","properties":{"vnf-network-collection":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}},"generic.resource.api.VnfNetworkData":{"type":"object","properties":{"related-networks":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string","description":"A Network Role to which a VNF must connect"},"is-trunked":{"type":"boolean"},"network-id":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "},"subnets-data":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"contrail-network-fqdn":{"type":"string","description":"contrail network policy object"},"network-name":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "},"segmentation-id":{"type":"string"},"neutron-id":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "}}},"generic.resource.api.VnfOperationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.LicenseInformation","originalRef":"#/definitions/generic.resource.api.LicenseInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.VnfInformation","originalRef":"#/definitions/generic.resource.api.VnfInformation"},{"$ref":"#/definitions/generic.resource.api.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.VnfRequestInput"}]},"generic.resource.api.VnfPathInformation":{"type":"object","properties":{"vf-module-instance":{"$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"left-network-role":{"type":"string"},"right-network-role":{"type":"string"},"vnf-instance-id":{"type":"string","description":"VNF instance ID in the path"},"right-network-name":{"type":"string"},"left-network-name":{"type":"string","description":"Every VNF instance in the path is connected to one or two VNFs."},"vnf-path-sequence-id":{"type":"integer","format":"int64","description":"Sequence ID at the VNF instance levele.g. e.g. V1V2V3V5V6seq id=1 V1-V2seq id=2 V2V3seq id=3 V3V5seq id=4 V5V6incremental integer value."}}},"generic.resource.api.VnfRequestInput":{"type":"object","properties":{"vnf-request-input":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}},"generic.resource.api.VnfResourceAssignments":{"type":"object","properties":{"vnf-resource-assignments":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}},"generic.resource.api.VnfResponseInformation":{"type":"object","properties":{"vnf-response-information":{"$ref":"#/definitions/generic.resource.api.InstanceReference","originalRef":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.VnfSubInterfaceGroup":{"type":"object","properties":{"vnf-sub-interface-group":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}},"generic.resource.api.VnfTopology":{"type":"object","properties":{"vnf-topology":{"$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology","originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}},"generic.resource.api.VnfTopologyIdentifierStructure":{"type":"object","properties":{"vnf-topology-identifier-structure":{"$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}},"generic.resource.api.VnfTopologyOperation":{"type":"object","properties":{"output":{"$ref":"#/definitions/generic.resource.api.vnftopologyoperation.Output","originalRef":"#/definitions/generic.resource.api.vnftopologyoperation.Output"}}},"generic.resource.api.VnfVnrRebuildData":{"type":"object","properties":{"vnf-vnr-rebuild-data":{"$ref":"#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData","originalRef":"#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"}}},"generic.resource.api.VnfcAddressFamilyEnumeration":{"type":"string","enum":["ipv4","ipv6"]},"generic.resource.api.VnfcInstanceGroup":{"type":"object","properties":{"vnfc-instance-group":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}},"generic.resource.api.VnfcNetworkData":{"type":"object","properties":{"vnfc-network-data":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"generic.resource.api.VnfcObjects":{"type":"object","properties":{"vnfc-objects":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}},"generic.resource.api.VnfcSubnetDhcpEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.Vnfcs":{"type":"object","properties":{"vnfcs":{"$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs","originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}},"generic.resource.api.VnicGroups":{"type":"object","properties":{"vnic-groups":{"$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}},"generic.resource.api.Vnics":{"type":"object","properties":{"vnics":{"$ref":"#/definitions/generic.resource.api.vnics.Vnics","originalRef":"#/definitions/generic.resource.api.vnics.Vnics"}}},"generic.resource.api.VnrParameters":{"type":"object","properties":{"vnr-parameters":{"$ref":"#/definitions/generic.resource.api.vnrparameters.VnrParameters","originalRef":"#/definitions/generic.resource.api.vnrparameters.VnrParameters"}}},"generic.resource.api.VpnBindings":{"type":"object","properties":{"vpn-bindings":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"generic.resource.api.aggregateroutes.AggregateRoutes":{"type":"object","properties":{"cidr-mask":{"type":"string"},"ip-version":{"type":"string","description":"Use values 4 or 6."},"start-address":{"type":"string"},"route-id":{"type":"string","description":"Unique id"}}},"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers":{"type":"object","properties":{"allotted-resource-name":{"type":"string","description":"For a contrail-route, the network policy name."},"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this allotted resource belongs."},"allotted-resource-id":{"type":"string"},"consuming-service-instance-id":{"type":"string","description":"The service-instance-id of the consuming service of this allotted resource"},"allotted-resource-type":{"type":"string","description":"(Added in draft 32)Expected to be contrail-route or security-zone."}}},"generic.resource.api.allottedresourceinformation.AllottedResourceInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this allotted resource belongs."},"allotted-resource-id":{"type":"string"},"allotted-resource-type":{"type":"string","description":"Not an enum, but expected values are contrail-route and security-zone."}}}]},"generic.resource.api.allottedresourcestatus.AllottedResourceStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration","originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.brgallottedresources.BrgAllottedResource":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}]},"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"$ref":"#/definitions/generic.resource.api.BrgTopology","originalRef":"#/definitions/generic.resource.api.BrgTopology"},{"type":"object","properties":{"brg-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"allotted-resource-operation-information":{"$ref":"#/definitions/generic.resource.api.BrgOperationInformation","originalRef":"#/definitions/generic.resource.api.BrgOperationInformation"}}}]},"generic.resource.api.brgassignments.BrgAssignments":{"type":"object","properties":{"vbrg-wan-ip":{"type":"string"}}},"generic.resource.api.brgrequestinput.BrgRequestInput":{"type":"object","properties":{"vni":{"type":"string"},"brg-wan-mac-address":{"type":"string"},"vgmux-bearer-ip":{"type":"string"}}},"generic.resource.api.brgtopology.BrgTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"$ref":"#/definitions/generic.resource.api.BrgAssignments","originalRef":"#/definitions/generic.resource.api.BrgAssignments"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"brg-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.brgtopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.BrgResponseInformation","originalRef":"#/definitions/generic.resource.api.BrgResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers":{"type":"object","properties":{"configuration-name":{"type":"string"},"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this resource belongs."},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":" vprobe and pprobe"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration."}}},"generic.resource.api.configurationinformation.ConfigurationInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"configuration-name":{"type":"string"},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":"e.g. vprobe and pprobe when configuration-type=port-mirror-configuration"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration, vlan-network-receptor"}}}]},"generic.resource.api.configurationstatus.ConfigurationStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration","originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}]},"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopology","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"connection-attachment-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments":{"type":"object"},"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAssignments","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAssignments"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"connection-attachment-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.connectionattachmenttopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation","originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.connectionpoint.ConnectionPoint":{"type":"object","properties":{"vlan-data":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}},"port-id":{"type":"string","description":"port-index when multiple CPs connect to same network. Default zero (0)"},"connection-point-id":{"type":"string","description":"Key to CP object in A&AI"}}},"generic.resource.api.connectionpoint.connectionpoint.VlanData":{"type":"object","properties":{"vlan-tag-description":{"type":"string"},"vlan-uuid":{"type":"string","description":"Key to vlan-tag uuid object in A&AI Generated by vlan mS"},"vlan-role":{"type":"string","description":"Inner/Outer roles"},"vlan-tag-id":{"type":"string"}}},"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}]},"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"$ref":"#/definitions/generic.resource.api.ContrailRouteTopology","originalRef":"#/definitions/generic.resource.api.ContrailRouteTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}]},"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments":{"type":"object","properties":{"fq-name":{"type":"string","description":"The Contrail fq-name of the network policy"},"vlan-tag":{"type":"string","description":"Contrail-assigned vlan-tag to the vipr vm interface for this route."},"dest-network":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"source-network":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"contrail-id":{"type":"string","description":"The ID assigned by Contrail to the network-policy (one for one with the fq-name)"},"contrail-applied-service":{"$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}},"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService":{"type":"object","properties":{"contrail-fqdn":{"type":"string","description":"This is the fq-name of the Contrail service instance through which the route is passing."},"vnf-id":{"type":"string","description":"The vnf representing the contrail applied service"},"service-instance-id":{"type":"string","description":"The service-instance-id of the vnf from which the contrail applied service is coming"}}},"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput":{"type":"object","properties":{"contrail-applied-service-info":{"$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"source-network":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"},"contrail-route-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"dest-network":{"$ref":"#/definitions/generic.resource.api.NetworkInfo","originalRef":"#/definitions/generic.resource.api.NetworkInfo"}}},"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo":{"type":"object","properties":{"service-instance-id":{"type":"string","description":"The service-instance-id of the service in which the resource(s) providing the applied-service are. For vIPR, this is the service-instance-id of the vIPR-ATM service in which the vIPR-ATM VNF Contrail service is the applied service. MSO will populate with the input data."},"contrail-fqdn":{"type":"string","description":"For future use by MSO on input; MSO not expected to populate in 1707. If MSO can identify the contrail-fqdn of the Contrail applied service for this contrail-route, then it would be specified here on input. Otherwise, SDN-C will look it up by the vIPR-ATM VNF in the service-instance-id of the contrail-applied-service-info grouing."}}},"generic.resource.api.contrailroutetopology.ContrailRouteTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"$ref":"#/definitions/generic.resource.api.ContrailRouteAssignments","originalRef":"#/definitions/generic.resource.api.ContrailRouteAssignments"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"contrail-route-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.contrailroutetopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ContrailRouteResponseInformation","originalRef":"#/definitions/generic.resource.api.ContrailRouteResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.forwardingpathinformation.ServicePaths":{"type":"object","properties":{"service-path":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.ServicePathInformation","originalRef":"#/definitions/generic.resource.api.ServicePathInformation"}}}},"generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput":{"type":"object","properties":{"forwarding-paths":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"}}}},"generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"forwarding-path-name":{"type":"string","description":"Forwarding-path-name from tosca-model. "}}}]},"generic.resource.api.gcrequestinput.GcRequestInput":{"type":"object","properties":{"rebuild":{"type":"string","description":"Value will indicate what to rebuild"},"vf-module-id":{"type":"string","description":"This is mandatory in case of rebuild"},"input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"vnf-id":{"type":"string"},"configuration-ids":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}},"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds":{"type":"object","properties":{"configuration-id":{"type":"string"}}},"generic.resource.api.genericconfigurationnotification.Input":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationInformation","originalRef":"#/definitions/generic.resource.api.ConfigurationInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"$ref":"#/definitions/generic.resource.api.VnfVnrRebuildData","originalRef":"#/definitions/generic.resource.api.VnfVnrRebuildData"},{"$ref":"#/definitions/generic.resource.api.VnrParameters","originalRef":"#/definitions/generic.resource.api.VnrParameters"},{"type":"object","properties":{"configuration-topology-link":{"type":"string","description":"Returns URL to generic-configuration-topology "}}}]},"generic.resource.api.genericconfigurations.GcConfiguration":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.ConfigurationStatus"},{"type":"object","properties":{"configuration-id":{"type":"string"},"configuration-data":{"$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}]},"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationOperStatus","originalRef":"#/definitions/generic.resource.api.ConfigurationOperStatus"},{"type":"object","properties":{"configuration-operation-information":{"$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}]},"generic.resource.api.genericconfigurationtopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.GcResponseInformation","originalRef":"#/definitions/generic.resource.api.GcResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.getpathsegmenttopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.GetpathsegmentResponseInformation","originalRef":"#/definitions/generic.resource.api.GetpathsegmentResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.hostroutes.HostRoutes":{"type":"object","properties":{"route-prefix":{"type":"string"},"next-hop":{"type":"string","description":"Could be ip-address or hostname or service-instance"}}},"generic.resource.api.ipaddresses.IpAddresses":{"type":"object","properties":{"vipv6-address":{"type":"string","description":"Virtual v6"},"ipv4-address":{"type":"string"},"vipv4-address":{"type":"string","description":"Virtual v4"},"ipv6-address":{"type":"string"}}},"generic.resource.api.licenseinformation.LicenseInformation":{"type":"object","properties":{"license-key-group-list":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}},"entitlement-pool-list":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}},"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList":{"type":"object","properties":{"action":{"type":"string"},"entitlement-pool-invariant-uuid":{"type":"string"},"entitlement-uuid":{"type":"string","description":"assigned by ALTS"},"entitlement-pool-uuid":{"type":"string"}}},"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList":{"type":"object","properties":{"license-key-group-uuid":{"type":"string"},"license-uuid":{"type":"string","description":"assigned by ALTS"},"action":{"type":"string"},"license-key-group-invariant-uuid":{"type":"string"},"license-key":{"type":"string","description":"assigned by ALTS"}}},"generic.resource.api.networkassignments.NetworkAssignments":{"type":"object"},"generic.resource.api.networkinformation.NetworkInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"from-preload":{"type":"boolean","description":"Indicates if source is preload data"},"network-technology":{"type":"string"},"network-id":{"type":"string"},"network-type":{"type":"string"}}}]},"generic.resource.api.networkinstancegroup.NetworkInstanceGroup":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AggregateRoutes","originalRef":"#/definitions/generic.resource.api.AggregateRoutes"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.Subnets","originalRef":"#/definitions/generic.resource.api.Subnets"},{"type":"object","properties":{"subnet-assignment-policy":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"service-instance-id":{"type":"string"},"vpn-binding-policy":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"network-instance-group-id":{"type":"string","description":"Also a Key in Network Instance Group in A&AI"},"network-instance-group-function":{"type":"string"},"networks":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"aggregate-route-policy":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"subnet-key-value":{"type":"string","description":"key-value provided to IPAM when creating shared subnet"}}}]},"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy":{"type":"object","properties":{"ipv4-aggregate-route-level":{"type":"string"},"ipv6-aggregate-route-level":{"type":"string"},"aggregate-route-policy-name":{"type":"string"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy":{"type":"object","properties":{"subnet-use":{"type":"string","description":"Current valid values - unique, shared (default)"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy":{"type":"object","properties":{"vpn-name":{"type":"string"},"global-route-target":{"type":"string"},"vpn-type":{"type":"string"},"vpn-binding":{"type":"string"},"route-target-role":{"type":"string"},"vpn-platform":{"type":"string"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VpnBindings","originalRef":"#/definitions/generic.resource.api.VpnBindings"},{"type":"object","properties":{"network-status":{"type":"string","description":"assigned, unassigned"},"neutron-network-id":{"type":"string","description":"Neutron-network-id assigned by PO/RO"},"network-id":{"type":"string","description":"Index into network-topology-identifier structure"},"customer-bonding-requests":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"vlan-tag-id":{"type":"integer","format":"int64"}}}]},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests":{"type":"object","properties":{"customer-bonding-request":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest":{"type":"object","properties":{"configuration-id":{"type":"string","description":"e.g. vlan network receptor configuration id"}}},"generic.resource.api.networkparameters.NetworkParameters":{"type":"object","properties":{"network-parameter":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}},"generic.resource.api.networkparameters.networkparameters.NetworkParameter":{"type":"object","properties":{"network-parameter-value":{"type":"string"},"network-parameter-name":{"type":"string"}}},"generic.resource.api.networkpolicy.NetworkPolicy":{"type":"object","properties":{"network-policy-fqdn":{"type":"string"},"network-policy-id":{"type":"string"}}},"generic.resource.api.networkrequestinput.NetworkRequestInput":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"network-name":{"type":"string"},"network-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"network-instance-group-id":{"type":"string","description":"When network has instance-group role in service model"}}}]},"generic.resource.api.networktopology.NetworkTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.NetworkAssignments","originalRef":"#/definitions/generic.resource.api.NetworkAssignments"},{"$ref":"#/definitions/generic.resource.api.NetworkParameters","originalRef":"#/definitions/generic.resource.api.NetworkParameters"},{"$ref":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"}]},"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure":{"type":"object","properties":{"related-networks":{"$ref":"#/definitions/generic.resource.api.RelatedNetwork","originalRef":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string"},"is-trunked":{"type":"boolean"},"network-technology":{"type":"string"},"network-id":{"type":"string"},"eipam-v4-address-plan":{"type":"string"},"network-instance-group-id":{"type":"string","description":"When network is part of network instance-Group-data & instance Group in A&AI"},"network-name":{"type":"string"},"segmentation-id":{"type":"string"},"eipam-v6-address-plan":{"type":"string"},"network-type":{"type":"string"}}},"generic.resource.api.networktopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.NetworkResponseInformation","originalRef":"#/definitions/generic.resource.api.NetworkResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.onapmodelinformation.OnapModelInformation":{"type":"object","properties":{"model-name":{"type":"string"},"model-version":{"type":"string"},"model-customization-uuid":{"type":"string","description":"customized resource for use within a given service.Would not be present at the service level but would be present for the resource level"},"model-uuid":{"type":"string","description":"identifies the uuid for this service or resource, which is version specific"},"model-invariant-uuid":{"type":"string","description":"identifies the invariant uuid for this service or resource"}}},"generic.resource.api.param.Param":{"type":"object","properties":{"name":{"type":"string"},"resource-resolution-data":{"$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"value":{"type":"string"}}},"generic.resource.api.param.param.ResourceResolutionData":{"type":"object","properties":{"payload":{"type":"string"},"resource-key":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}},"capability-name":{"type":"string","description":"Resource assignment resolution Capability name"},"status":{"type":"string","description":"SUCCESS, FAILED, or PENDING - RA returned data as capability"}}},"generic.resource.api.param.param.resourceresolutiondata.ResourceKey":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"generic.resource.api.pnfdetails.PnfDetails":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"pnf-id":{"type":"string","description":"pnfId*Identifier of this Pnf information element. CORRELATIONID = PNF-NAME (A&AI)"},"pnf-name":{"type":"string"},"pnf-type":{"type":"string","description":"pnfType (template)*Type of Resource. NEW type: PNF (pre-defined in SDC)"}}}]},"generic.resource.api.pnfinformation.PnfInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"pnf-name":{"type":"string","description":"Key for A&AI query"},"pnf-type":{"type":"string"}}}]},"generic.resource.api.pnfrequestinput.PnfRequestInput":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"request-version":{"type":"string","description":"keep this? e.g. 1702"},"pnf-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"pnf-name":{"type":"string"}}}]},"generic.resource.api.pnftopology.PnfTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.PnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"},{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"pnf-parameters-data":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc generated cloud param.When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure":{"type":"object","properties":{"pnf-id":{"type":"string"},"pnf-name":{"type":"string","description":"optionally comes from pnf-request-input container or is assigned by sdn-c"},"pnf-type":{"type":"string","description":"In preload tree, this label is used for the vf-module-type"}}},"generic.resource.api.pnftopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PnfResponseInformation","originalRef":"#/definitions/generic.resource.api.PnfResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.policyupdatenotifyoperation.Input":{"type":"object","properties":{"version-id":{"type":"string","description":"Map JSON versionNo to version-id"},"policy-name":{"type":"string"},"update-type":{"type":"string"}}},"generic.resource.api.policyupdatenotifyoperation.Output":{"type":"object","properties":{"error-code":{"type":"string"},"error-msg":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments":{"type":"object","properties":{"dest-vnf-id":{"type":"string","description":"For vProbe"},"dest-p-interface":{"type":"string","description":"For pProbe; from policy manager"},"tenant-context":{"type":"string","description":"From tenant object in A&AI"},"dest-pnf-name":{"type":"string","description":"For pProbe"},"route-allotted-resource-id":{"type":"string","description":"For vProbe"},"dest-tenant-id":{"type":"string","description":"tenant-id from A&AI for destination VNF"},"owning-entity":{"type":"string"},"dest-pnf-port-policy-name":{"type":"string","description":"For pProbe; from tosca model"},"cloud-region-id":{"type":"string"},"source-capacity":{"type":"integer","format":"int64","description":"Source port pps (packets per second) rating from tosca model"},"tenant-id":{"type":"string","description":"tenant-id from A&AI for source VNF"},"dest-network-fqdn":{"type":"string"},"contrail-vmi-params":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"source-network-fqdn":{"type":"string"},"cloud-owner":{"type":"string"},"source-to-dest-maps":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"source-vnf-id":{"type":"string"},"dest-tenant":{"type":"string","description":"Tenant name from A&AI for destination VNF"},"dest-vnfc-instance-group-id":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"source-vnfc-instance-group-id":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"probe-type":{"type":"string","description":"vprobe or pprobe; derived from configuration-information.configuration-sub-type"},"vnics-group-id":{"type":"string"},"tenant":{"type":"string","description":"Tenant name from A&AI for source VNF"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId":{"type":"object","properties":{"instance-group-role":{"type":"string"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code"},"service-instance-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps":{"type":"object","properties":{"source-to-dest-map":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId":{"type":"object","properties":{"instance-group-role":{"type":"string"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code"},"service-instance-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap":{"type":"object","properties":{"source-port-id":{"type":"string"},"source-vserver-id":{"type":"string"},"dest-vserver-id":{"type":"string"},"dest-ip-addresses":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"link-name":{"type":"string"},"dest-port-name":{"type":"string"},"source-port-name":{"type":"string"},"dest-port-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"source-port":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"dest-port":{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"},"port-mirror-configuration-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PortInfo","originalRef":"#/definitions/generic.resource.api.PortInfo"},{"type":"object","properties":{"source-port-id":{"type":"string","description":"needed for srv-action=disable/enable"}}}]},"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationStatus","originalRef":"#/definitions/generic.resource.api.ConfigurationStatus"},{"type":"object","properties":{"configuration-id":{"type":"string"},"configuration-data":{"$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}]},"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationOperStatus","originalRef":"#/definitions/generic.resource.api.ConfigurationOperStatus"},{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationTopology","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationTopology"},{"type":"object","properties":{"configuration-operation-information":{"$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}]},"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConfigurationIdentifiers","originalRef":"#/definitions/generic.resource.api.ConfigurationIdentifiers"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationAssignments","originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"},{"type":"object","properties":{"port-mirror-configuration-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.portmirrortopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PortMirrorResponseInformation","originalRef":"#/definitions/generic.resource.api.PortMirrorResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.preloaddata.PreloadData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"},{"$ref":"#/definitions/generic.resource.api.PreloadOperStatus","originalRef":"#/definitions/generic.resource.api.PreloadOperStatus"},{"$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"}]},"generic.resource.api.preloadmodelinformation.PreloadList":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PreloadData","originalRef":"#/definitions/generic.resource.api.PreloadData"},{"type":"object","properties":{"preload-type":{"type":"string","description":"network or vf-module"},"preload-id":{"type":"string","description":"vf-module-name or network name"}}}]},"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.HostRoutes","originalRef":"#/definitions/generic.resource.api.HostRoutes"},{"$ref":"#/definitions/generic.resource.api.NetworkPolicy","originalRef":"#/definitions/generic.resource.api.NetworkPolicy"},{"$ref":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"},{"$ref":"#/definitions/generic.resource.api.ProviderNetworkInformation","originalRef":"#/definitions/generic.resource.api.ProviderNetworkInformation"},{"$ref":"#/definitions/generic.resource.api.RouteTableReference","originalRef":"#/definitions/generic.resource.api.RouteTableReference"},{"$ref":"#/definitions/generic.resource.api.Subnets","originalRef":"#/definitions/generic.resource.api.Subnets"},{"$ref":"#/definitions/generic.resource.api.VpnBindings","originalRef":"#/definitions/generic.resource.api.VpnBindings"}]},"generic.resource.api.preloadnetworktopologyoperation.Input":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation","originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"}]},"generic.resource.api.preloadoperstatus.PreloadOperStatus":{"type":"object","properties":{"last-action":{"$ref":"#/definitions/generic.resource.api.LastActionEnumeration","originalRef":"#/definitions/generic.resource.api.LastActionEnumeration"},"modify-timestamp":{"type":"string"},"maintenance-indicator":{"$ref":"#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration","originalRef":"#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"},"last-order-status":{"$ref":"#/definitions/generic.resource.api.LastOrderStatusEnumeration","originalRef":"#/definitions/generic.resource.api.LastOrderStatusEnumeration"},"create-timestamp":{"type":"string"},"order-status":{"$ref":"#/definitions/generic.resource.api.OrderStatusEnumeration","originalRef":"#/definitions/generic.resource.api.OrderStatusEnumeration"},"last-svc-request-id":{"type":"string"}}},"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.VfModuleTopology"},{"$ref":"#/definitions/generic.resource.api.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.VnfResourceAssignments"},{"$ref":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"}]},"generic.resource.api.preloadvfmoduletopologyoperation.Input":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation","originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"},{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"}]},"generic.resource.api.relatednetwork.RelatedNetwork":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VlanTags","originalRef":"#/definitions/generic.resource.api.VlanTags"},{"type":"object","properties":{"network-role":{"type":"string"},"network-id":{"type":"string","description":"Key to l3-network object"}}}]},"generic.resource.api.requestinformation.RequestInformation":{"type":"object","properties":{"notification-url":{"type":"string"},"order-version":{"type":"string"},"request-action":{"description":"still need to work Disconnect","$ref":"#/definitions/generic.resource.api.RequestActionEnumeration","originalRef":"#/definitions/generic.resource.api.RequestActionEnumeration"},"source":{"type":"string"},"request-id":{"type":"string","description":"Request ID generated upstream of MSO"},"order-number":{"type":"string"}}},"generic.resource.api.routetablereference.RouteTableReference":{"type":"object","properties":{"route-table-reference-id":{"type":"string"},"route-table-reference-fqdn":{"type":"string"}}},"generic.resource.api.sdncrequestheader.SdncRequestHeader":{"type":"object","properties":{"svc-request-id":{"type":"string","description":"Uniquely generated by calling system (e.g. MSO or SDN-GP)"},"svc-notification-url":{"type":"string","description":"Contains URL for asynchronous response"},"svc-action":{"description":"This is the rpcAction","$ref":"#/definitions/generic.resource.api.SvcActionEnumeration","originalRef":"#/definitions/generic.resource.api.SvcActionEnumeration"}}},"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}]},"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"$ref":"#/definitions/generic.resource.api.SecurityZoneTopology","originalRef":"#/definitions/generic.resource.api.SecurityZoneTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"security-zone-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.securityzoneassignments.SecurityZoneAssignments":{"type":"object","properties":{"security-zone-name-trusted":{"type":"string"},"trusted-network-role":{"type":"string","description":"In the case of vIPR, this is the landing networks network-role; used in naming"},"security-zone-name-untrusted":{"type":"string"},"security-zone-service-instance-id":{"type":"string","description":"Will be the same as the parent-service-instance-id"},"untrusted-network-role":{"type":"string","description":"In the case of vIPR, this is the tenant oam networks network-role; used in naming"},"vlan-tag":{"type":"string"},"security-zone-vnf-id":{"type":"string","description":"Selected by SDNC from the security-zone-service-instance-id"}}},"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput":{"type":"object","properties":{"security-zone-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"trusted-network-role":{"type":"string","description":"In the case of vIPR, this is the landing networks network-role; used in naming"},"untrusted-network-role":{"type":"string","description":"In the case of vIPR, this is the tenant oam networks network-role; used in naming"},"vlan-tag":{"type":"string"}}},"generic.resource.api.securityzonetopology.SecurityZoneTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.SecurityZoneAssignments","originalRef":"#/definitions/generic.resource.api.SecurityZoneAssignments"},{"type":"object","properties":{"security-zone-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.securityzonetopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.SecurityZoneResponseInformation","originalRef":"#/definitions/generic.resource.api.SecurityZoneResponseInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.serviceassignments.ServiceAssignments":{"type":"object"},"generic.resource.api.servicedata.ServiceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceLevelOperStatus","originalRef":"#/definitions/generic.resource.api.ServiceLevelOperStatus"},{"$ref":"#/definitions/generic.resource.api.ServiceOperationInformation","originalRef":"#/definitions/generic.resource.api.ServiceOperationInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceTopology","originalRef":"#/definitions/generic.resource.api.ServiceTopology"},{"type":"object","properties":{"vnfc-instance-groups":{"$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"provided-configurations":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"provided-allotted-resources":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"vnfs":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"forwarding-paths":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"network-instance-groups":{"$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup","originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"networks":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"consumed-allotted-resources":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"pnfs":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}]},"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources":{"type":"object","properties":{"consumed-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"generic.resource.api.servicedata.servicedata.ForwardingPaths":{"type":"object","properties":{"forwarding-path":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}},"generic.resource.api.servicedata.servicedata.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}},"generic.resource.api.servicedata.servicedata.Pnfs":{"type":"object","properties":{"pnf":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}},"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources":{"type":"object","properties":{"provided-allotted-resource":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.AllottedResourceInfo","originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"generic.resource.api.servicedata.servicedata.ProvidedConfigurations":{"type":"object","properties":{"provided-configuration":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.ConfigurationInfo","originalRef":"#/definitions/generic.resource.api.ConfigurationInfo"}}}},"generic.resource.api.servicedata.servicedata.Vnfs":{"type":"object","properties":{"vnf":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}},"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ForwardingPathInformation","originalRef":"#/definitions/generic.resource.api.ForwardingPathInformation"},{"type":"object","properties":{"forwarding-path-id":{"type":"string","description":"Generated by SDNC"}}}]},"generic.resource.api.servicedata.servicedata.networks.Network":{"type":"object","properties":{"network-id":{"type":"string"},"network-data":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}},"generic.resource.api.servicedata.servicedata.networks.network.NetworkData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.NetworkLevelOperStatus","originalRef":"#/definitions/generic.resource.api.NetworkLevelOperStatus"},{"$ref":"#/definitions/generic.resource.api.NetworkOperationInformation","originalRef":"#/definitions/generic.resource.api.NetworkOperationInformation"},{"$ref":"#/definitions/generic.resource.api.NetworkTopology","originalRef":"#/definitions/generic.resource.api.NetworkTopology"},{"type":"object","properties":{"network-provided-allotted-resources":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}]},"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources":{"type":"object","properties":{"network-provided-ar-id":{"type":"array","description":"List of allotted resources using capacity from this network","items":{"type":"string"}}}},"generic.resource.api.servicedata.servicedata.pnfs.Pnf":{"type":"object","properties":{"pnf-data":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"pnf-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.PnfLevelOperStatus","originalRef":"#/definitions/generic.resource.api.PnfLevelOperStatus"},{"$ref":"#/definitions/generic.resource.api.PnfOperationInformation","originalRef":"#/definitions/generic.resource.api.PnfOperationInformation"},{"$ref":"#/definitions/generic.resource.api.PnfTopology","originalRef":"#/definitions/generic.resource.api.PnfTopology"}]},"generic.resource.api.servicedata.servicedata.vnfs.Vnf":{"type":"object","properties":{"vnf-data":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"vnf-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VnfLevelOperStatus","originalRef":"#/definitions/generic.resource.api.VnfLevelOperStatus"},{"$ref":"#/definitions/generic.resource.api.VnfOperationInformation","originalRef":"#/definitions/generic.resource.api.VnfOperationInformation"},{"$ref":"#/definitions/generic.resource.api.VnfTopology","originalRef":"#/definitions/generic.resource.api.VnfTopology"},{"type":"object","properties":{"vnf-network-collections":{"$ref":"#/definitions/generic.resource.api.VnfNetworkCollection","originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection"},"vnf-sub-interface-groups":{"$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"vf-modules":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"vnf-provided-allotted-resources":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}]},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules":{"type":"object","properties":{"vf-module":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources":{"type":"object","properties":{"vnf-provided-ar-id":{"type":"array","description":"List of allotted resources using capacity from this vnf","items":{"type":"string"}}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule":{"type":"object","properties":{"vf-module-data":{"$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"vf-module-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VfModuleLevelOperStatus","originalRef":"#/definitions/generic.resource.api.VfModuleLevelOperStatus"},{"$ref":"#/definitions/generic.resource.api.VfModuleOperationInformation","originalRef":"#/definitions/generic.resource.api.VfModuleOperationInformation"},{"$ref":"#/definitions/generic.resource.api.VfModuleTopology","originalRef":"#/definitions/generic.resource.api.VfModuleTopology"}]},"generic.resource.api.serviceinformation.ServiceInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"subscriber-name":{"type":"string","description":"Would not be expected for vIPR-ATM or mobility services."},"subscription-service-type":{"type":"string","description":"used to reference a&ai subscription-service-type. For example, we show as vIPR-ATM in example."},"service-id":{"type":"string","description":"This maps to the product-family-id in A&AI"},"global-customer-id":{"type":"string","description":"need for put of data to AnAI (MSO provides)"},"service-instance-id":{"type":"string"}}}]},"generic.resource.api.servicemodelinfrastructure.Service":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceData","originalRef":"#/definitions/generic.resource.api.ServiceData"},{"$ref":"#/definitions/generic.resource.api.ServiceStatus","originalRef":"#/definitions/generic.resource.api.ServiceStatus"},{"type":"object","properties":{"service-instance-id":{"type":"string","description":"Keep as M"}}}]},"generic.resource.api.serviceparameters.ServiceParameters":{"type":"object","properties":{"service-parameter":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}},"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter":{"type":"object","properties":{"service-parameter-value":{"type":"string"},"service-parameter-name":{"type":"string"}}},"generic.resource.api.servicepathinformation.Service":{"type":"object","properties":{"vnfs":{"$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"service-path-sequence-id":{"type":"integer","format":"int64","description":"e.g. S1S2S3S5seq id=1 S1-S2seq id=2 S2S3seq id=3 S3S5Incremental integer value"},"service-instance-id":{"type":"string","description":"service-instance-id of each service-instance in the service-path-instance"}}},"generic.resource.api.servicepathinformation.service.Vnfs":{"type":"object","properties":{"vnf":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.VnfPathInformation","originalRef":"#/definitions/generic.resource.api.VnfPathInformation"}}}},"generic.resource.api.servicerequestinput.ServiceRequestInput":{"type":"object","properties":{"service-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"service-instance-name":{"type":"string"}}},"generic.resource.api.servicestatus.ServiceStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration","originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.servicetopology.ServiceTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.ServiceAssignments","originalRef":"#/definitions/generic.resource.api.ServiceAssignments"},{"$ref":"#/definitions/generic.resource.api.ServiceParameters","originalRef":"#/definitions/generic.resource.api.ServiceParameters"},{"$ref":"#/definitions/generic.resource.api.ServiceTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.ServiceTopologyIdentifier"}]},"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier":{"type":"object","properties":{"service-id":{"type":"string","description":"from MSO input on STO assign"},"global-customer-id":{"type":"string"},"service-instance-id":{"type":"string","description":"repeated"},"service-instance-name":{"type":"string","description":"optionally comes from service-request-input container or is assigned by sdn-c"},"service-type":{"type":"string","description":"tag labeled subscription-service-type in the service-information input"}}},"generic.resource.api.servicetopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData":{"type":"object","properties":{"network-role":{"type":"string","description":"e.g. untrusted "},"floating-ips":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"network-id":{"type":"string","description":"Subinterface network id (UUID in A&AI)"},"network-information-items":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"neutron-network-id":{"type":"string","description":"Neutron network id assigned by PO/RP"},"network-name":{"type":"integer","format":"int64","description":"Subinterface network name"},"network-role-tag":{"type":"string","description":"Assuming HEAT template network role tag parameter - not used"},"vlan-tag-id":{"type":"integer","format":"int64","description":"Vlan tag assigned to subinterface port"}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps":{"type":"object","properties":{"floating-ip-v4":{"type":"array","description":"Floating ipv4 for VMs of a given type on this network","items":{"type":"string"}},"floating-ip-v6":{"type":"array","description":"Floating ipv6 for VMs of a given type on this network","items":{"type":"string"}}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems":{"type":"object","properties":{"network-information-item":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem":{"type":"object","properties":{"ip-version":{"type":"string","description":"Use ipv4 or ipv6"},"network-ips":{"$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"ip-count":{"type":"integer","format":"int32","description":"The number of ip addresses to be assigned per vm for this network role"},"use-dhcp":{"description":"Indicator to use DHCP on this network for this VM - set to N for Vlan tagging","$ref":"#/definitions/generic.resource.api.UseDhcpEnumeration","originalRef":"#/definitions/generic.resource.api.UseDhcpEnumeration"}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps":{"type":"object","properties":{"network-ip":{"type":"array","description":"List of assigned ip addresses of type ip-version on a network.","items":{"type":"string"}}}},"generic.resource.api.subinterfaces.SubInterfaces":{"type":"object","properties":{"sub-interface":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}},"generic.resource.api.subinterfaces.subinterfaces.SubInterface":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VlanTags","originalRef":"#/definitions/generic.resource.api.VlanTags"},{"type":"object","properties":{"sub-interface-port-id":{"type":"string"},"sub-interface-port-name":{"type":"string"},"sub-interface-network":{"$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"sub-interface-ip-addresses":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"sub-interface-status":{"type":"string","description":"NULL, unassigned, assigned"}}}]},"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork":{"type":"object","properties":{"network-id":{"type":"string"},"network-name":{"type":"string"}}},"generic.resource.api.subnets.Subnets":{"type":"object","properties":{"subnet-role":{"type":"string"},"cidr-mask":{"type":"string"},"subnet-sequence":{"type":"integer","format":"int32"},"addr-from-start":{"description":"Default is N","$ref":"#/definitions/generic.resource.api.AddrFromStartEnumeration","originalRef":"#/definitions/generic.resource.api.AddrFromStartEnumeration"},"dhcp-start-address":{"type":"string"},"gateway-address":{"type":"string"},"dhcp-end-address":{"type":"string"},"ip-version":{"type":"string"},"start-address":{"type":"string"},"dhcp-enabled":{"$ref":"#/definitions/generic.resource.api.DhcpEnabledEnumeration","originalRef":"#/definitions/generic.resource.api.DhcpEnabledEnumeration"},"subnet-name":{"type":"string"}}},"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}]},"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus","originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"$ref":"#/definitions/generic.resource.api.TunnelxconnTopology","originalRef":"#/definitions/generic.resource.api.TunnelxconnTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"tunnelxconn-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments":{"type":"object","properties":{"vni":{"type":"string","description":"The Network Controller will assign a VNI value from the associated vGMUX VNI pool"},"vgmux-lan-ip":{"type":"string","description":"The Network Controller will look up the vgmux lan ip from the vgmux vg module"},"vg-ip":{"type":"string","description":"The Network Controller will assign the VG IP address from local inventory"},"vgmux-bearer-ip":{"type":"string","description":"The Network Controller will look up the vgmux bearer ip from the vgmux vf module"}}},"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput":{"type":"object","properties":{"brg-wan-mac-address":{"type":"string"}}},"generic.resource.api.tunnelxconntopology.TunnelxconnTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.TunnelxconnAssignments","originalRef":"#/definitions/generic.resource.api.TunnelxconnAssignments"},{"type":"object","properties":{"tunnelxconn-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.tunnelxconntopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"$ref":"#/definitions/generic.resource.api.TunnelxconnResponseInformation","originalRef":"#/definitions/generic.resource.api.TunnelxconnResponseInformation"}]},"generic.resource.api.vfmoduleassignments.VfModuleAssignments":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VlanVnfcInstanceGroups","originalRef":"#/definitions/generic.resource.api.VlanVnfcInstanceGroups"},{"type":"object","properties":{"vf-module-status":{"type":"string","description":"Orchestration status from AAI"},"vms":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"dhcp-subnet-assignments":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}]},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments":{"type":"object","properties":{"dhcp-subnet-assignment":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms":{"type":"object","properties":{"vm":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.VmTopologyData","originalRef":"#/definitions/generic.resource.api.VmTopologyData"}}}},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment":{"type":"object","properties":{"network-role":{"type":"string"},"neutron-subnet-id":{"type":"string","description":"Same as subnet-id in subnet-data structure"},"ip-version":{"type":"string"}}},"generic.resource.api.vfmoduleinformation.VfModuleInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vf-module-id":{"type":"string"},"from-preload":{"type":"boolean","description":"Indicates if source is preload data"},"vf-module-type":{"type":"string"}}}]},"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"vf-module-name":{"type":"string"},"request-version":{"type":"string","description":"keep this?"},"vf-module-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.vfmoduletopology.VfModuleTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"$ref":"#/definitions/generic.resource.api.VfModuleAssignments","originalRef":"#/definitions/generic.resource.api.VfModuleAssignments"},{"$ref":"#/definitions/generic.resource.api.VfModuleTopologyIdentifier","originalRef":"#/definitions/generic.resource.api.VfModuleTopologyIdentifier"},{"type":"object","properties":{"vf-module-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc-generated-cloud-resources.When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier":{"type":"object","properties":{"vf-module-name":{"type":"string","description":"vf-module-name"},"vf-module-id":{"type":"string","description":"vf-module id"},"vf-module-type":{"type":"string"}}},"generic.resource.api.vfmoduletopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"$ref":"#/definitions/generic.resource.api.VfModuleResponseInformation","originalRef":"#/definitions/generic.resource.api.VfModuleResponseInformation"},{"$ref":"#/definitions/generic.resource.api.VnfResponseInformation","originalRef":"#/definitions/generic.resource.api.VnfResponseInformation"}]},"generic.resource.api.vlantags.VlanTags":{"type":"object","properties":{"is-private":{"type":"boolean"},"vlan-interface":{"type":"string","description":"A&AI Key"},"upper-tag-id":{"type":"integer","format":"int64","description":"aka outer tag"},"lower-tag-id":{"type":"integer","format":"int64","description":"aka inner tag"}}},"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups":{"type":"object","properties":{"vlan-vnfc-instance-group":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup":{"type":"object","properties":{"vnf-id":{"type":"string"},"vnfcs":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"instance-group-id":{"type":"string","description":"A&AI ID"},"instance-group-function":{"type":"string"}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs":{"type":"object","properties":{"vnfc":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VnicGroups","originalRef":"#/definitions/generic.resource.api.VnicGroups"},{"type":"object","properties":{"vnfc-name":{"type":"string"}}}]},"generic.resource.api.vmnetworkdata.FloatingIps":{"type":"object","properties":{"floating-ip-v4":{"type":"array","description":"Floating ipv4 for VMs of a given type on this network","items":{"type":"string"}},"floating-ip-v6":{"type":"array","description":"Floating ipv6 for VMs of a given type on this network","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes":{"type":"object","properties":{"interface-route-prefix":{"type":"array","description":"ordered-by: user","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.MacAddresses":{"type":"object","properties":{"mac-address":{"type":"array","description":"List of network assignments for this vm-type","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.NetworkInformationItems":{"type":"object","properties":{"network-information-item":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"generic.resource.api.vmnetworkdata.SriovParameters":{"type":"object","properties":{"application-tags":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"heat-vlan-filters":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}},"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem":{"type":"object","properties":{"ip-version":{"type":"string","description":"Use ipv4 or ipv6"},"network-ips":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"ip-count":{"type":"integer","format":"int32","description":"The number of ip addresses to be assigned per vm for this network role"},"use-dhcp":{"description":"Indicator to use DHCP on this network for this VM","$ref":"#/definitions/generic.resource.api.UseDhcpEnumeration","originalRef":"#/definitions/generic.resource.api.UseDhcpEnumeration"}}},"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps":{"type":"object","properties":{"network-ip":{"type":"array","description":"List of assigned ip addresses of type ip-version on a network","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags":{"type":"object","properties":{"s-tags":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"c-tags":{"$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}},"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters":{"type":"object","properties":{"heat-vlan-filter":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags":{"type":"object","properties":{"c-tag":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags":{"type":"object","properties":{"s-tag":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmtopologydata.VmNames":{"type":"object","properties":{"vnfc-names":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}},"vm-name":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmtopologydata.VmNetworks":{"type":"object","properties":{"vm-network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.VmNetworkData","originalRef":"#/definitions/generic.resource.api.VmNetworkData"}}}},"generic.resource.api.vmtopologydata.vmnames.VnfcNames":{"type":"object","properties":{"vnfc-networks":{"$ref":"#/definitions/generic.resource.api.VnfcNetworkData","originalRef":"#/definitions/generic.resource.api.VnfcNetworkData"},"vnfc-name":{"type":"string"}}},"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup":{"allOf":[{"$ref":"#/definitions/generic.resource.api.VnfcObjects","originalRef":"#/definitions/generic.resource.api.VnfcObjects"},{"type":"object","properties":{"group-type":{"type":"string","description":" port-mirror-source or port-mirror-dest"},"instance-group-role":{"type":"string","description":"i.e.TSBC_VNFC_group"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code from A&AI"}}}]},"generic.resource.api.vnfcloudparam.Vnf":{"allOf":[{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},{"type":"object","properties":{"vnf-id":{"type":"string"},"vf-module":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule","originalRef":"#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"}},"vnf-name":{"type":"string"}}}]},"generic.resource.api.vnfcloudparam.vnf.VfModule":{"allOf":[{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},{"type":"object","properties":{"vf-module-id":{"type":"string"}}}]},"generic.resource.api.vnfcnetworkdata.VnfcNetworkData":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ConnectionPoint","originalRef":"#/definitions/generic.resource.api.ConnectionPoint"},{"type":"object","properties":{"vnfc-ports":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"vnfc-type":{"type":"string"},"vnfc-subnet":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}},"vnfc-network-role":{"type":"string"}}}]},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts":{"type":"object","properties":{"vnfc-port":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet":{"type":"object","properties":{"vnfc-subnet-role":{"type":"string","description":"Default value if subnet role is not defined."},"vnfc-ip-assignments":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort":{"type":"object","properties":{"vnfc-port-id":{"type":"string","description":"Port(s) with a given network-role are assigned vnfc-port-id from series - 01, 02, 03 ...Example: VM with two ports with network-role =X and another 2 ports with network-role=Y vnfc-port-ids:01 - 1st port with network-role=X02 - 2nd port with network-role=X01 - 1st port with network-role=Y02 - 2nd port with network-role=Y"},"vnic-sub-interfaces":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"common-sub-interface-role":{"type":"string","description":"If sub-interfaces have common interface role (network role)"}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments":{"type":"object","properties":{"vnfc-subnet-dhcp":{"description":"Indicator to use DHCP for IP assignment. Unless dhcp=N, we wouldnt have any IPs here, since they would not be SDNC assigned ","$ref":"#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration","originalRef":"#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"},"vnfc-address-family":{"description":"indicates if this is IpV4 or IpV6","$ref":"#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration","originalRef":"#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"},"vnfc-subnet-ip":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}},"vnfc-subnet-ip-count":{"type":"integer","format":"int32","description":"The number of IP addresses to be assigned per vnfc for this subnet role"}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp":{"type":"object","properties":{"vnfc-ip-address":{"type":"string","description":"Either IpV4 IP or IpV6 IP address should be present"},"vnfc-client-key":{"type":"string"},"ip-type":{"description":"Capture what type of IP this is, if is virtual IP (AKA, floating IP) or Fixed IP. ","$ref":"#/definitions/generic.resource.api.IpTypeEnumeration","originalRef":"#/definitions/generic.resource.api.IpTypeEnumeration"}}},"generic.resource.api.vnfcobjects.VnfcObjects":{"type":"object","properties":{"vnfc-object":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}},"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject":{"type":"object","properties":{"vm-type":{"type":"string"},"vnics":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"vnf-id":{"type":"string"},"vnfc-name":{"type":"string","description":"Vnfc name as key in A&AI"},"vserver-name":{"type":"string"},"vnfc-key":{"type":"string"},"vserver-id":{"type":"string"}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics":{"type":"object","properties":{"vnic":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic":{"type":"object","properties":{"vnic-port-name":{"type":"string"},"vnic-ip-addresses":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"vnic-port-id":{"type":"string"},"capacity":{"$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity":{"type":"object","properties":{"used-capacity":{"type":"integer","format":"int64","description":"Updated for destination port when source port is mapped/unmapped."},"vnic-capacity":{"type":"integer","format":"int64"}}},"generic.resource.api.vnfcs.Vnfcs":{"type":"object","properties":{"vnfc":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}},"generic.resource.api.vnfcs.vnfcs.Vnfc":{"allOf":[{"$ref":"#/definitions/generic.resource.api.Vnics","originalRef":"#/definitions/generic.resource.api.Vnics"},{"type":"object","properties":{"vserver-name":{"type":"string"},"vserver-id":{"type":"string"},"vnfc-name":{"type":"string","description":"Vnfc name as key in A&AI"}}}]},"generic.resource.api.vnfgetresourcerequest.Input":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RequestInformation","originalRef":"#/definitions/generic.resource.api.RequestInformation"},{"$ref":"#/definitions/generic.resource.api.SdncRequestHeader","originalRef":"#/definitions/generic.resource.api.SdncRequestHeader"},{"$ref":"#/definitions/generic.resource.api.ServiceInformation","originalRef":"#/definitions/generic.resource.api.ServiceInformation"},{"$ref":"#/definitions/generic.resource.api.VnfGetResourceRequestInputData","originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequestInputData"}]},"generic.resource.api.vnfgetresourcerequest.Output":{"type":"object","properties":{"vnf-get-resource-response-information":{"$ref":"#/definitions/generic.resource.api.VnfCloudParam","originalRef":"#/definitions/generic.resource.api.VnfCloudParam"}}},"generic.resource.api.vnfgetresourcerequestinputdata.Vnf":{"type":"object","properties":{"vf-module":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule","originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"}},"vnf-id":{"type":"string"}}},"generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule":{"type":"object","properties":{"vf-module-id":{"type":"string"}}},"generic.resource.api.vnfinformation.VnfInformation":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vnf-id":{"type":"string"},"vnf-name":{"type":"string"},"vnf-type":{"type":"string"}}}]},"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection":{"type":"object","properties":{"network-collection-customization-uuid":{"type":"string","description":"network-collection-customization-uuid stored in Network IsntanceGroup.customization-uuid in A&AI"},"network-instance-group-id":{"type":"string","description":"Network Instance-Group id in A&AI"},"network-instance-group-function":{"type":"string","description":"Network Instance-Group function in A&AI"},"vnf-floating-ip":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"networks":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"network-collection-service-instance-id":{"type":"string","description":"Service-instance-id of service that created the network collection"}}},"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}},"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network":{"type":"object","properties":{"network-id":{"type":"string","description":"Index into network-topology-identifier structure"},"neutron-network-id":{"type":"string","description":"Neutron-network-id assigned by PO/RO"}}},"generic.resource.api.vnfnetworkdata.SubnetsData":{"type":"object","properties":{"subnet-data":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData":{"type":"object","properties":{"network-start-address":{"type":"string","description":"start-address of the subnet"},"subnet-role":{"type":"string","description":"Subnet Role for the subnet"},"cidr-mask":{"type":"string","description":"cidr mask"},"gateway-address":{"type":"string","description":"subnet gateway address"},"sdnc-subnet-id":{"type":"string","description":"Unique SDNC generated UUID of the subnet. Key into A&AI instance.This maps to ipv4-key-subnet-id and ipv6-key-subnet-id in VNF-API"},"subnet-id":{"type":"string","description":"subnet UUID to be passed into the HEAT template"},"ip-version":{"type":"string","description":"Should be ipv4 or ipv6"},"dhcp-enabled":{"description":"Indicator to use this subnet for DHCP ","$ref":"#/definitions/generic.resource.api.DhcpEnabledEnumeration","originalRef":"#/definitions/generic.resource.api.DhcpEnabledEnumeration"},"subnet-name":{"type":"string","description":"Populated for preload only"}}},"generic.resource.api.vnfpathinformation.VfModuleInstance":{"type":"object","properties":{"vf-module-name":{"type":"string"},"vf-module-id":{"type":"string"}}},"generic.resource.api.vnfrequestinput.VnfRequestInput":{"allOf":[{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"request-version":{"type":"string","description":"keep this? e.g. 1702"},"vnf-network-instance-group-ids":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}},"vnf-input-parameters":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"vnf-name":{"type":"string"},"vnf-networks":{"$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}]},"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds":{"type":"object","properties":{"vnf-network-instance-group-id":{"type":"string","description":"List of vnf network-instance-group"}}},"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks":{"type":"object","properties":{"vnf-network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"generic.resource.api.vnfresourceassignments.VnfResourceAssignments":{"type":"object","properties":{"availability-zones":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"vnf-status":{"type":"string","description":"Orchestration status from AAI - to be set by SDNC"},"vnf-networks":{"$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}},"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones":{"type":"object","properties":{"max-count":{"type":"integer","format":"int32","description":"From the TOSCA data. Indicates the largest availability zone count needed by any vf-module in the VNF."},"availability-zone":{"type":"array","description":"Openstack availability zone name or UUID","items":{"type":"string"}}}},"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks":{"type":"object","properties":{"vnf-network":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.VnfNetworkData","originalRef":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup":{"allOf":[{"$ref":"#/definitions/generic.resource.api.Vnfcs","originalRef":"#/definitions/generic.resource.api.Vnfcs"},{"type":"object","properties":{"network-instance-group-function":{"type":"string"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"customer-bonding-requests":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}]},"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests":{"type":"object","properties":{"customer-bonding-request":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}},"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest":{"type":"object","properties":{"configuration-id":{"type":"string","description":"e.g. vlan network receptor configuration id"}}},"generic.resource.api.vnftopology.VnfTopology":{"allOf":[{"$ref":"#/definitions/generic.resource.api.OnapModelInformation","originalRef":"#/definitions/generic.resource.api.OnapModelInformation"},{"$ref":"#/definitions/generic.resource.api.RegionIdentifier","originalRef":"#/definitions/generic.resource.api.RegionIdentifier"},{"$ref":"#/definitions/generic.resource.api.VnfResourceAssignments","originalRef":"#/definitions/generic.resource.api.VnfResourceAssignments"},{"$ref":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure","originalRef":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"},{"type":"object","properties":{"vnf-parameters-data":{"$ref":"#/definitions/generic.resource.api.Param","originalRef":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc generated cloud param. When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure":{"type":"object","properties":{"nf-role":{"type":"string"},"nf-function":{"type":"string"},"nf-type":{"type":"string"},"vnf-id":{"type":"string"},"nf-code":{"type":"string","description":"used in vnf naming"},"vnf-name":{"type":"string","description":"optionally comes from vnf-request-input container or is assigned by sdn-c"},"vnf-type":{"type":"string","description":"In preload tree, this label is used for the vf-module-type"}}},"generic.resource.api.vnftopologyoperation.Output":{"allOf":[{"$ref":"#/definitions/generic.resource.api.ServiceResponseInformation","originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"$ref":"#/definitions/generic.resource.api.TopologyResponseCommon","originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"$ref":"#/definitions/generic.resource.api.VnfResponseInformation","originalRef":"#/definitions/generic.resource.api.VnfResponseInformation"}]},"generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData":{"type":"object","properties":{"vnf-service-instance-id":{"type":"string"},"vnf-id":{"type":"string"},"vnrs-data":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData","originalRef":"#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"}}}},"generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData":{"type":"object","properties":{"network-id":{"type":"string"},"network-instance-group-id":{"type":"string"},"network-instance-group-function":{"type":"string"},"configuration-id":{"type":"string"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"upper-tag-id":{"type":"integer","format":"int64"},"lower-tag-id":{"type":"integer","format":"int64"}}},"generic.resource.api.vnicgroups.VnicGroups":{"type":"object","properties":{"vnic-group":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"generic.resource.api.vnicgroups.vnicgroups.VnicGroup":{"type":"object","properties":{"vlan-vnics":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"vlan-assignment-policy-name":{"type":"string","description":"Policy name in ASDC model & policy definition in Policy Engine"},"vlan-common-ip-addresses":{"$ref":"#/definitions/generic.resource.api.IpAddresses","originalRef":"#/definitions/generic.resource.api.IpAddresses"},"network-instance-group-function":{"type":"string","description":"network-instance-Group-function for network collection where vnics with vnic-interface-role will connect"},"vlan-tag-index-next":{"type":"integer","format":"int64","description":"Next tag to be assigned"},"vnic-interface-role":{"type":"string","description":"Same as network-role of network where vnic is connected"}}},"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics":{"type":"object","properties":{"vlan-vnic":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic":{"type":"object","properties":{"vnic-sub-interfaces":{"$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData","originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"vnic-port-id":{"type":"string"}}},"generic.resource.api.vnics.Vnics":{"type":"object","properties":{"vnic":{"type":"array","items":{"$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic","originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}},"generic.resource.api.vnics.vnics.Vnic":{"allOf":[{"$ref":"#/definitions/generic.resource.api.SubInterfaces","originalRef":"#/definitions/generic.resource.api.SubInterfaces"},{"type":"object","properties":{"vnic-port-id":{"type":"string"},"vnic-port-name":{"type":"string"}}}]},"generic.resource.api.vnrparameters.VnrParameters":{"type":"object","properties":{"vnf-id":{"type":"string"},"network-id":{"type":"string"},"network-instance-group-id":{"type":"string"},"network-instance-group-function":{"type":"string"},"vnf-service-instance-id":{"type":"string"},"vf-module-id":{"type":"string","description":"This is mandatory in case of rebuild"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"upper-tag-id":{"type":"integer","format":"int64"},"lower-tag-id":{"type":"integer","format":"int64"},"network-collection-service-instance-id":{"type":"string","description":"service instance id that created network-collection"}}},"generic.resource.api.vpnbindings.VpnBindings":{"type":"object","properties":{"vpn-name":{"type":"string"},"vpn-binding-id":{"type":"string"},"route-target-role":{"type":"string"},"aic-zone":{"type":"string","description":"AIC Zone the route target associated with"},"global-route-target":{"type":"string"}}}}} \ No newline at end of file
+{"swagger":"2.0","info":{"description":"This module contains a collection of generally useful derived\nYANG data types.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.,This module contains a collection of generally useful derived\nYANG data types for Internet addresses and related things.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.","version":"2.1.0-SNAPSHOT","title":"ietf-yang-types,ietf-inet-types,GENERIC-RESOURCE-API API"},"consumes":["application/json","application/xml"],"produces":["application/json","application/xml"],"paths":{"/config/GENERIC-RESOURCE-API:brg-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.BrgAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.BrgAllottedResources.body-param","description":"generic.resource.api.BrgAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.BrgAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.BrgAllottedResources.body-param","description":"generic.resource.api.BrgAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/":{"post":{"description":"creates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.BrgAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.BrgAllottedResource.body-param","description":"generic.resource.api.brgallottedresources.BrgAllottedResource to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","description":"generic.resource.api.BrgOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","description":"generic.resource.api.BrgOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgrequestinput.BrgRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgrequestinput.BrgRequestInput.body-param","description":"generic.resource.api.brgrequestinput.BrgRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgrequestinput.BrgRequestInput.body-param","description":"generic.resource.api.brgrequestinput.BrgRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgtopology.BrgTopology","schema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgtopology.BrgTopology.body-param","description":"generic.resource.api.brgtopology.BrgTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgtopology.BrgTopology.body-param","description":"generic.resource.api.brgtopology.BrgTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgassignments.BrgAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgassignments.BrgAssignments.body-param","description":"generic.resource.api.brgassignments.BrgAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.brgassignments.BrgAssignments.body-param","description":"generic.resource.api.brgassignments.BrgAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentAllottedResources.body-param","description":"generic.resource.api.ConnectionAttachmentAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentAllottedResources.body-param","description":"generic.resource.api.ConnectionAttachmentAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/":{"post":{"description":"creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param","description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","description":"generic.resource.api.ConnectionAttachmentOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","description":"generic.resource.api.ConnectionAttachmentOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param","description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param","description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param","description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param","description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ContrailRouteAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteAllottedResources.body-param","description":"generic.resource.api.ContrailRouteAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ContrailRouteAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteAllottedResources.body-param","description":"generic.resource.api.ContrailRouteAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/":{"post":{"description":"creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param","description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","description":"generic.resource.api.ContrailRouteOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","description":"generic.resource.api.ContrailRouteOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param","description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param","description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param","description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param","description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology","schema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param","description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param","description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param","description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param","description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param","description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param","description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInfo.body-param","description":"generic.resource.api.NetworkInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GenericConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.GenericConfigurations","parameters":[{"in":"body","name":"generic.resource.api.GenericConfigurations.body-param","description":"generic.resource.api.GenericConfigurations to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.GenericConfigurations","parameters":[{"in":"body","name":"generic.resource.api.GenericConfigurations.body-param","description":"generic.resource.api.GenericConfigurations to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/":{"post":{"description":"creates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.GcConfiguration","schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.GcConfiguration.body-param","description":"generic.resource.api.genericconfigurations.GcConfiguration to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param","description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param","description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GcTopologyOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","description":"generic.resource.api.GcTopologyOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","description":"generic.resource.api.GcTopologyOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.GcRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.GcRequestInput.body-param","description":"generic.resource.api.gcrequestinput.GcRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.GcRequestInput.body-param","description":"generic.resource.api.gcrequestinput.GcRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/":{"post":{"description":"creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param","description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortMirrorConfigurations","parameters":[{"in":"body","name":"generic.resource.api.PortMirrorConfigurations.body-param","description":"generic.resource.api.PortMirrorConfigurations to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortMirrorConfigurations","parameters":[{"in":"body","name":"generic.resource.api.PortMirrorConfigurations.body-param","description":"generic.resource.api.PortMirrorConfigurations to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/":{"post":{"description":"creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param","description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param","description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param","description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorTopologyOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","description":"generic.resource.api.PortMirrorTopologyOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","description":"generic.resource.api.PortMirrorTopologyOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationinformation.ConfigurationInformation.body-param","description":"generic.resource.api.configurationinformation.ConfigurationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortInfo","schema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortInfo.body-param","description":"generic.resource.api.PortInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.PortInfo.body-param","description":"generic.resource.api.PortInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param","description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfinformation.PnfInformation.body-param","description":"generic.resource.api.pnfinformation.PnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param","description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param","description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param","description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param","description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/":{"post":{"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param","description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.configurationstatus.ConfigurationStatus.body-param","description":"generic.resource.api.configurationstatus.ConfigurationStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PreloadModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.PreloadModelInformation","parameters":[{"in":"body","name":"generic.resource.api.PreloadModelInformation.body-param","description":"generic.resource.api.PreloadModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.PreloadModelInformation","parameters":[{"in":"body","name":"generic.resource.api.PreloadModelInformation.body-param","description":"generic.resource.api.PreloadModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/":{"post":{"description":"creates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadmodelinformation.PreloadList","schema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadmodelinformation.PreloadList.body-param","description":"generic.resource.api.preloadmodelinformation.PreloadList to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloaddata.PreloadData","schema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloaddata.PreloadData.body-param","description":"generic.resource.api.preloaddata.PreloadData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloaddata.PreloadData.body-param","description":"generic.resource.api.preloaddata.PreloadData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","schema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param","description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param","description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/":{"post":{"description":"creates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.hostroutes.HostRoutes","schema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.hostroutes.HostRoutes.body-param","description":"generic.resource.api.hostroutes.HostRoutes to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/":{"post":{"description":"creates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkpolicy.NetworkPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkpolicy.NetworkPolicy.body-param","description":"generic.resource.api.networkpolicy.NetworkPolicy to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/":{"post":{"description":"creates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.routetablereference.RouteTableReference","schema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.routetablereference.RouteTableReference.body-param","description":"generic.resource.api.routetablereference.RouteTableReference to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/":{"post":{"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/":{"post":{"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadoperstatus.PreloadOperStatus","schema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param","description":"generic.resource.api.preloadoperstatus.PreloadOperStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param","description":"generic.resource.api.preloadoperstatus.PreloadOperStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","schema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param","description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param","description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/":{"post":{"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/":{"post":{"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/":{"post":{"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/":{"post":{"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/":{"post":{"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SecurityZoneAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneAllottedResources.body-param","description":"generic.resource.api.SecurityZoneAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SecurityZoneAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneAllottedResources.body-param","description":"generic.resource.api.SecurityZoneAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/":{"post":{"description":"creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param","description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","description":"generic.resource.api.SecurityZoneOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","description":"generic.resource.api.SecurityZoneOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param","description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param","description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonetopology.SecurityZoneTopology","schema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param","description":"generic.resource.api.securityzonetopology.SecurityZoneTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param","description":"generic.resource.api.securityzonetopology.SecurityZoneTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param","description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param","description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServiceModelInfrastructure","schema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ServiceModelInfrastructure","parameters":[{"in":"body","name":"generic.resource.api.ServiceModelInfrastructure.body-param","description":"generic.resource.api.ServiceModelInfrastructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ServiceModelInfrastructure","parameters":[{"in":"body","name":"generic.resource.api.ServiceModelInfrastructure.body-param","description":"generic.resource.api.ServiceModelInfrastructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/":{"post":{"description":"creates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicemodelinfrastructure.Service","schema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicemodelinfrastructure.Service.body-param","description":"generic.resource.api.servicemodelinfrastructure.Service to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.ServiceData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.ServiceData.body-param","description":"generic.resource.api.servicedata.ServiceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.ServiceData.body-param","description":"generic.resource.api.servicedata.ServiceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/":{"post":{"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ForwardingPaths","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param","description":"generic.resource.api.servicedata.servicedata.ForwardingPaths to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param","description":"generic.resource.api.servicedata.servicedata.ForwardingPaths to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param","description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.forwardingpathinformation.ServicePaths","schema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.forwardingpathinformation.ServicePaths.body-param","description":"generic.resource.api.forwardingpathinformation.ServicePaths to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.forwardingpathinformation.ServicePaths.body-param","description":"generic.resource.api.forwardingpathinformation.ServicePaths to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/":{"post":{"description":"creates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServicePathInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ServicePathInformation.body-param","description":"generic.resource.api.ServicePathInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/":{"post":{"description":"creates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.Service","schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.Service.body-param","description":"generic.resource.api.servicepathinformation.Service to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.service.Vnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.service.Vnfs.body-param","description":"generic.resource.api.servicepathinformation.service.Vnfs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicepathinformation.service.Vnfs.body-param","description":"generic.resource.api.servicepathinformation.service.Vnfs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/":{"post":{"description":"creates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfPathInformation","schema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfPathInformation.body-param","description":"generic.resource.api.VnfPathInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfpathinformation.VfModuleInstance","schema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfpathinformation.VfModuleInstance.body-param","description":"generic.resource.api.vnfpathinformation.VfModuleInstance to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfpathinformation.VfModuleInstance.body-param","description":"generic.resource.api.vnfpathinformation.VfModuleInstance to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInstanceGroup.body-param","description":"generic.resource.api.NetworkInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.NetworkInstanceGroup.body-param","description":"generic.resource.api.NetworkInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param","description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/":{"post":{"description":"creates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.aggregateroutes.AggregateRoutes","schema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.aggregateroutes.AggregateRoutes.body-param","description":"generic.resource.api.aggregateroutes.AggregateRoutes to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/":{"post":{"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/":{"post":{"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vpnbindings.VpnBindings.body-param","description":"generic.resource.api.vpnbindings.VpnBindings to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/":{"post":{"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subnets.Subnets.body-param","description":"generic.resource.api.subnets.Subnets to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param","description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Networks.body-param","description":"generic.resource.api.servicedata.servicedata.Networks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Networks.body-param","description":"generic.resource.api.servicedata.servicedata.Networks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.Network.body-param","description":"generic.resource.api.servicedata.servicedata.networks.Network to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinformation.NetworkInformation","schema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinformation.NetworkInformation.body-param","description":"generic.resource.api.networkinformation.NetworkInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkinformation.NetworkInformation.body-param","description":"generic.resource.api.networkinformation.NetworkInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkrequestinput.NetworkRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkrequestinput.NetworkRequestInput.body-param","description":"generic.resource.api.networkrequestinput.NetworkRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkrequestinput.NetworkRequestInput.body-param","description":"generic.resource.api.networkrequestinput.NetworkRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopology.NetworkTopology","schema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopology.NetworkTopology.body-param","description":"generic.resource.api.networktopology.NetworkTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopology.NetworkTopology.body-param","description":"generic.resource.api.networktopology.NetworkTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkassignments.NetworkAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkassignments.NetworkAssignments.body-param","description":"generic.resource.api.networkassignments.NetworkAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkassignments.NetworkAssignments.body-param","description":"generic.resource.api.networkassignments.NetworkAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.NetworkParameters","schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.NetworkParameters.body-param","description":"generic.resource.api.networkparameters.NetworkParameters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.NetworkParameters.body-param","description":"generic.resource.api.networkparameters.NetworkParameters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/":{"post":{"description":"creates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter","schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param","description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param","description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Pnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Pnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Pnfs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Pnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Pnfs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param","description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfdetails.PnfDetails","schema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfdetails.PnfDetails.body-param","description":"generic.resource.api.pnfdetails.PnfDetails to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfdetails.PnfDetails.body-param","description":"generic.resource.api.pnfdetails.PnfDetails to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfrequestinput.PnfRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfrequestinput.PnfRequestInput.body-param","description":"generic.resource.api.pnfrequestinput.PnfRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnfrequestinput.PnfRequestInput.body-param","description":"generic.resource.api.pnfrequestinput.PnfRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopology.PnfTopology","schema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopology.PnfTopology.body-param","description":"generic.resource.api.pnftopology.PnfTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopology.PnfTopology.body-param","description":"generic.resource.api.pnftopology.PnfTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/":{"post":{"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.AllottedResourceInfo.body-param","description":"generic.resource.api.AllottedResourceInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param","description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/":{"post":{"description":"creates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConfigurationInfo","schema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ConfigurationInfo.body-param","description":"generic.resource.api.ConfigurationInfo to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicerequestinput.ServiceRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicerequestinput.ServiceRequestInput.body-param","description":"generic.resource.api.servicerequestinput.ServiceRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicerequestinput.ServiceRequestInput.body-param","description":"generic.resource.api.servicerequestinput.ServiceRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopology.ServiceTopology","schema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopology.ServiceTopology.body-param","description":"generic.resource.api.servicetopology.ServiceTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopology.ServiceTopology.body-param","description":"generic.resource.api.servicetopology.ServiceTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceassignments.ServiceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceassignments.ServiceAssignments.body-param","description":"generic.resource.api.serviceassignments.ServiceAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceassignments.ServiceAssignments.body-param","description":"generic.resource.api.serviceassignments.ServiceAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.ServiceParameters","schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.ServiceParameters.body-param","description":"generic.resource.api.serviceparameters.ServiceParameters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.ServiceParameters.body-param","description":"generic.resource.api.serviceparameters.ServiceParameters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/":{"post":{"description":"creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param","description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param","description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param","description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcInstanceGroup.body-param","description":"generic.resource.api.VnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcInstanceGroup.body-param","description":"generic.resource.api.VnfcInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param","description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.VnfcObjects","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.VnfcObjects.body-param","description":"generic.resource.api.vnfcobjects.VnfcObjects to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.VnfcObjects.body-param","description":"generic.resource.api.vnfcobjects.VnfcObjects to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/":{"post":{"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/":{"post":{"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param","description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Vnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Vnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Vnfs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.Vnfs.body-param","description":"generic.resource.api.servicedata.servicedata.Vnfs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.LicenseInformation","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.LicenseInformation.body-param","description":"generic.resource.api.licenseinformation.LicenseInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.LicenseInformation.body-param","description":"generic.resource.api.licenseinformation.LicenseInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/":{"post":{"description":"creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/":{"post":{"description":"creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param","description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/":{"post":{"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleinformation.VfModuleInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param","description":"generic.resource.api.vfmoduleinformation.VfModuleInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param","description":"generic.resource.api.vfmoduleinformation.VfModuleInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param","description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param","description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopology.VfModuleTopology.body-param","description":"generic.resource.api.vfmoduletopology.VfModuleTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/":{"post":{"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param","description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.VnicGroups.body-param","description":"generic.resource.api.vnicgroups.VnicGroups to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/":{"post":{"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param","description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param","description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/":{"post":{"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmTopologyData.body-param","description":"generic.resource.api.VmTopologyData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNames.body-param","description":"generic.resource.api.vmtopologydata.VmNames to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/":{"post":{"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param","description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfcNetworkData.body-param","description":"generic.resource.api.VnfcNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param","description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.ConnectionPoint.body-param","description":"generic.resource.api.connectionpoint.ConnectionPoint to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/":{"post":{"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param","description":"generic.resource.api.connectionpoint.connectionpoint.VlanData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.SubInterfaceNetworkData.body-param","description":"generic.resource.api.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param","description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/":{"post":{"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param","description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmtopologydata.VmNetworks.body-param","description":"generic.resource.api.vmtopologydata.VmNetworks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/":{"post":{"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VmNetworkData.body-param","description":"generic.resource.api.VmNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.FloatingIps.body-param","description":"generic.resource.api.vmnetworkdata.FloatingIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param","description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.MacAddresses.body-param","description":"generic.resource.api.vmnetworkdata.MacAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param","description":"generic.resource.api.vmnetworkdata.NetworkInformationItems to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/":{"post":{"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param","description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.SriovParameters.body-param","description":"generic.resource.api.vmnetworkdata.SriovParameters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param","description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param","description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfinformation.VnfInformation.body-param","description":"generic.resource.api.vnfinformation.VnfInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkCollection","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkCollection.body-param","description":"generic.resource.api.VnfNetworkCollection to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkCollection.body-param","description":"generic.resource.api.VnfNetworkCollection to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/":{"post":{"description":"creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param","description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/":{"post":{"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param","description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param","description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.VnfRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.VnfRequestInput.body-param","description":"generic.resource.api.vnfrequestinput.VnfRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.VnfRequestInput.body-param","description":"generic.resource.api.vnfrequestinput.VnfRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/":{"post":{"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param","description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfSubInterfaceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.VnfSubInterfaceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/":{"post":{"description":"creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param","description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/":{"post":{"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param","description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.Vnfcs.body-param","description":"generic.resource.api.vnfcs.Vnfcs to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.Vnfcs.body-param","description":"generic.resource.api.vnfcs.Vnfcs to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/":{"post":{"description":"creates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfcs.vnfcs.Vnfc.body-param","description":"generic.resource.api.vnfcs.vnfcs.Vnfc to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.Vnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.Vnics.body-param","description":"generic.resource.api.vnics.Vnics to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.Vnics.body-param","description":"generic.resource.api.vnics.Vnics to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/":{"post":{"description":"creates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.vnics.Vnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnics.vnics.Vnic.body-param","description":"generic.resource.api.vnics.vnics.Vnic to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.SubInterfaces","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.SubInterfaces.body-param","description":"generic.resource.api.subinterfaces.SubInterfaces to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.SubInterfaces.body-param","description":"generic.resource.api.subinterfaces.SubInterfaces to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/":{"post":{"description":"creates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.IpAddresses.body-param","description":"generic.resource.api.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.ipaddresses.IpAddresses.body-param","description":"generic.resource.api.ipaddresses.IpAddresses to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param","description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopology.VnfTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopology.VnfTopology.body-param","description":"generic.resource.api.vnftopology.VnfTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopology.VnfTopology.body-param","description":"generic.resource.api.vnftopology.VnfTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param","description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param","description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/":{"post":{"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.VnfNetworkData.body-param","description":"generic.resource.api.VnfNetworkData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.RelatedNetwork.body-param","description":"generic.resource.api.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/":{"post":{"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.relatednetwork.RelatedNetwork.body-param","description":"generic.resource.api.relatednetwork.RelatedNetwork to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vlantags.VlanTags.body-param","description":"generic.resource.api.vlantags.VlanTags to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.SubnetsData.body-param","description":"generic.resource.api.vnfnetworkdata.SubnetsData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/":{"post":{"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param","description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param","description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicestatus.ServiceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicestatus.ServiceStatus.body-param","description":"generic.resource.api.servicestatus.ServiceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.servicestatus.ServiceStatus.body-param","description":"generic.resource.api.servicestatus.ServiceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.TunnelxconnAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnAllottedResources.body-param","description":"generic.resource.api.TunnelxconnAllottedResources to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.TunnelxconnAllottedResources","parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnAllottedResources.body-param","description":"generic.resource.api.TunnelxconnAllottedResources to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/":{"post":{"description":"creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param","description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param","description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.OperStatusData.body-param","description":"generic.resource.api.OperStatusData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","description":"generic.resource.api.TunnelxconnOperationInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","description":"generic.resource.api.TunnelxconnOperationInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param","description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.requestinformation.RequestInformation.body-param","description":"generic.resource.api.requestinformation.RequestInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param","description":"generic.resource.api.sdncrequestheader.SdncRequestHeader to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.serviceinformation.ServiceInformation.body-param","description":"generic.resource.api.serviceinformation.ServiceInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param","description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param","description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param","description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param","description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param","description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.onapmodelinformation.OnapModelInformation.body-param","description":"generic.resource.api.onapmodelinformation.OnapModelInformation to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param","description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param","description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.Param.body-param","description":"generic.resource.api.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/":{"post":{"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.Param.body-param","description":"generic.resource.api.param.Param to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.ResourceResolutionData.body-param","description":"generic.resource.api.param.param.ResourceResolutionData to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/":{"post":{"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param","description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}},"post":{"tags":["GENERIC-RESOURCE-API"],"description":"creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added to list","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["GENERIC-RESOURCE-API"],"description":"creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"in":"body","name":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param","description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus to be added or updated","required":false,"schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["GENERIC-RESOURCE-API"],"description":"removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.BrgAllottedResources","$ref":"#/definitions/generic.resource.api.BrgAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.BrgAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.BrgAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.BrgOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.BrgOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgrequestinput.BrgRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgrequestinput.BrgRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgtopology.BrgTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgtopology.BrgTopology","schema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.brgassignments.BrgAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.brgassignments.BrgAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of brg-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConnectionAttachmentOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConnectionAttachmentOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of connection-attachment-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAllottedResources","$ref":"#/definitions/generic.resource.api.ContrailRouteAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ContrailRouteOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ContrailRouteOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailroutetopology.ContrailRouteTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailroutetopology.ContrailRouteTopology","schema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","schema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInfo","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInfo","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of contrail-route-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GenericConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GenericConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurations","$ref":"#/definitions/generic.resource.api.GenericConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.GcConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.GcConfiguration","schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","schema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.GcTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.GcTopologyOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.GcRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.GcRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"configuration-ids-configuration-id","in":"path","description":"Id of configuration-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","schema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of gc-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorConfigurations","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurations","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortMirrorTopologyOperationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortMirrorTopologyOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationinformation.ConfigurationInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationinformation.ConfigurationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PortInfo","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PortInfo","schema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfinformation.PnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfinformation.PnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"source-port-id","in":"path","description":"Id of source-to-dest-map","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","schema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.configurationstatus.ConfigurationStatus","parameters":[{"name":"configuration-id","in":"path","description":"Id of port-mirror-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.configurationstatus.ConfigurationStatus","schema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.PreloadModelInformation","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.PreloadModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PreloadModelInformation","$ref":"#/definitions/generic.resource.api.PreloadModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadmodelinformation.PreloadList","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadmodelinformation.PreloadList","schema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloaddata.PreloadData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloaddata.PreloadData","schema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","schema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.hostroutes.HostRoutes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-prefix","in":"path","description":"Id of host-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.hostroutes.HostRoutes","schema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkpolicy.NetworkPolicy","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-policy-fqdn","in":"path","description":"Id of network-policy","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkpolicy.NetworkPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.routetablereference.RouteTableReference","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"route-table-reference-fqdn","in":"path","description":"Id of route-table-reference","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.routetablereference.RouteTableReference","schema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadoperstatus.PreloadOperStatus","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadoperstatus.PreloadOperStatus","schema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","schema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"preload-id","in":"path","description":"Id of preload-list","required":true,"type":"string"},{"name":"preload-type","in":"path","description":"Id of preload-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAllottedResources","$ref":"#/definitions/generic.resource.api.SecurityZoneAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SecurityZoneOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SecurityZoneOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzonetopology.SecurityZoneTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzonetopology.SecurityZoneTopology","schema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.securityzoneassignments.SecurityZoneAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of security-zone-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:services/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServiceModelInfrastructure","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServiceModelInfrastructure","schema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ServiceModelInfrastructure","$ref":"#/definitions/generic.resource.api.ServiceModelInfrastructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicemodelinfrastructure.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicemodelinfrastructure.Service","schema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.ServiceData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.ServiceData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of consumed-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ForwardingPaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ForwardingPaths","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.forwardingpathinformation.ServicePaths","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.forwardingpathinformation.ServicePaths","schema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ServicePathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ServicePathInformation","schema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.Service","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.Service","schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicepathinformation.service.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicepathinformation.service.Vnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfPathInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfPathInformation","schema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfpathinformation.VfModuleInstance","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"forwarding-path-id","in":"path","description":"Id of forwarding-path","required":true,"type":"string"},{"name":"service-path-instance-id","in":"path","description":"Id of service-path","required":true,"type":"string"},{"name":"service-service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-instance-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfpathinformation.VfModuleInstance","schema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.NetworkInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.NetworkInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.aggregateroutes.AggregateRoutes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"route-id","in":"path","description":"Id of aggregate-routes","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.aggregateroutes.AggregateRoutes","schema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vpnbindings.VpnBindings","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"vpn-binding-id","in":"path","description":"Id of vpn-bindings","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vpnbindings.VpnBindings","schema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subnets.Subnets","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"},{"name":"start-address","in":"path","description":"Id of subnets","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subnets.Subnets","schema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-instance-group-id","in":"path","description":"Id of network-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","schema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.NetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkinformation.NetworkInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkinformation.NetworkInformation","schema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkrequestinput.NetworkRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkrequestinput.NetworkRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopology.NetworkTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopology.NetworkTopology","schema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkassignments.NetworkAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkassignments.NetworkAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.NetworkParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.NetworkParameters","schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networkparameters.networkparameters.NetworkParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"network-parameter-name","in":"path","description":"Id of network-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networkparameters.networkparameters.NetworkParameter","schema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"},{"name":"related-network-network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Pnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Pnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.Pnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.Pnf","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfdetails.PnfDetails","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfdetails.PnfDetails","schema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnfrequestinput.PnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnfrequestinput.PnfRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopology.PnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopology.PnfTopology","schema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"pnf-id","in":"path","description":"Id of pnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.AllottedResourceInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"allotted-resource-id","in":"path","description":"Id of provided-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.AllottedResourceInfo","schema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.ProvidedConfigurations","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ConfigurationInfo","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of provided-configuration","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ConfigurationInfo","schema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicerequestinput.ServiceRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicerequestinput.ServiceRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopology.ServiceTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopology.ServiceTopology","schema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceassignments.ServiceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceassignments.ServiceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.ServiceParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.ServiceParameters","schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"service-parameter-name","in":"path","description":"Id of service-parameter","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","schema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.VnfcObjects","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.VnfcObjects","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"instance-group-role","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"nfc-naming-code","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-key","in":"path","description":"Id of vnfc-object","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.Vnfs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.Vnfs","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.Vnf","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.Vnf","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.LicenseInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.LicenseInformation","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"entitlement-pool-uuid","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of entitlement-pool-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"license-key-group-uuid","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"},{"name":"action","in":"path","description":"Id of license-key-group-list","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","schema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleinformation.VfModuleInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleinformation.VfModuleInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopology.VfModuleTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopology.VfModuleTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.VfModuleAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.VfModuleAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"neutron-subnet-id","in":"path","description":"Id of dhcp-subnet-assignment","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.VnicGroups","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.VnicGroups","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.VnicGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"instance-group-id","in":"path","description":"Id of vlan-vnfc-instance-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-interface-role","in":"path","description":"Id of vnic-group","required":true,"type":"string"},{"name":"vnic-port-id","in":"path","description":"Id of vlan-vnic","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmTopologyData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmTopologyData","schema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.vmnames.VnfcNames","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.vmnames.VnfcNames","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.VnfcNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.ConnectionPoint","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.ConnectionPoint","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.connectionpoint.connectionpoint.VlanData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vlan-uuid","in":"path","description":"Id of vlan-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.connectionpoint.connectionpoint.VlanData","schema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-port-id","in":"path","description":"Id of vnfc-port","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of sub-interface-network-data","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc-names","required":true,"type":"string"},{"name":"vnfc-network-role","in":"path","description":"Id of vnfc-network-data","required":true,"type":"string"},{"name":"vnfc-subnet-role","in":"path","description":"Id of vnfc-subnet","required":true,"type":"string"},{"name":"vnfc-address-family","in":"path","description":"Id of vnfc-ip-assignments","required":true,"type":"string"},{"name":"vnfc-ip-address","in":"path","description":"Id of vnfc-subnet-ip","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmtopologydata.VmNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmtopologydata.VmNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VmNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VmNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.FloatingIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.FloatingIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.MacAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.MacAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.NetworkInformationItems","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.NetworkInformationItems","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"ip-version","in":"path","description":"Id of network-information-item","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.SriovParameters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.SriovParameters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"vm-type","in":"path","description":"Id of vm","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vm-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","schema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","schema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vf-module-id","in":"path","description":"Id of vf-module","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfinformation.VnfInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfinformation.VnfInformation","schema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkCollection","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-network-collection","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.VnfRequestInput","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.VnfRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnf-network-instance-group-id","in":"path","description":"Id of vnf-network-instance-group-ids","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfSubInterfaceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"configuration-id","in":"path","description":"Id of customer-bonding-request","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","schema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.Vnfcs","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.Vnfcs","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfcs.vnfcs.Vnfc","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfcs.vnfcs.Vnfc","schema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.Vnics","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.Vnics","schema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnics.vnics.Vnic","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnics.vnics.Vnic","schema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.SubInterfaces","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.SubInterfaces","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.SubInterface","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.SubInterface","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.ipaddresses.IpAddresses","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.ipaddresses.IpAddresses","schema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"vnfc-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"network-instance-group-function","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"parent-port-role","in":"path","description":"Id of vnf-sub-interface-group","required":true,"type":"string"},{"name":"vnfc-name","in":"path","description":"Id of vnfc","required":true,"type":"string"},{"name":"vnic-port-name","in":"path","description":"Id of vnic","required":true,"type":"string"},{"name":"sub-interface-port-name","in":"path","description":"Id of sub-interface","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopology.VnfTopology","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopology.VnfTopology","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.VnfResourceAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","schema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.VnfNetworkData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.VnfNetworkData","schema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.relatednetwork.RelatedNetwork","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.relatednetwork.RelatedNetwork","schema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vlantags.VlanTags","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"network-id","in":"path","description":"Id of related-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vlantags.VlanTags","schema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.SubnetsData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.SubnetsData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"},{"name":"network-role","in":"path","description":"Id of vnf-network","required":true,"type":"string"},{"name":"sdnc-subnet-id","in":"path","description":"Id of subnet-data","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","schema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"},{"name":"vnf-id","in":"path","description":"Id of vnf","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","schema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}}}},"/operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.servicestatus.ServiceStatus","parameters":[{"name":"service-instance-id","in":"path","description":"Id of service","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.servicestatus.ServiceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnAllottedResources","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnAllottedResources","schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAllottedResources","$ref":"#/definitions/generic.resource.api.TunnelxconnAllottedResources"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.OperStatusData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.OperStatusData","schema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.TunnelxconnOperationInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.TunnelxconnOperationInformation","schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceinformation.AllottedResourceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.requestinformation.RequestInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.requestinformation.RequestInformation","schema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.sdncrequestheader.SdncRequestHeader","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.sdncrequestheader.SdncRequestHeader","schema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.serviceinformation.ServiceInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.serviceinformation.ServiceInformation","schema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconntopology.TunnelxconnTopology","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.onapmodelinformation.OnapModelInformation","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.onapmodelinformation.OnapModelInformation","schema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","schema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.Param","schema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.Param","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.Param","schema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.ResourceResolutionData","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.ResourceResolutionData","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"},{"name":"name","in":"path","description":"Id of param","required":true,"type":"string"},{"name":"resource-key-name","in":"path","description":"Id of resource-key","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.param.param.resourceresolutiondata.ResourceKey","schema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}}}}},"/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/":{"get":{"tags":["GENERIC-RESOURCE-API"],"description":"returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus","parameters":[{"name":"allotted-resource-id","in":"path","description":"Id of tunnelxconn-allotted-resource","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"generic.resource.api.allottedresourcestatus.AllottedResourceStatus","schema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}}}},"/operations/GENERIC-RESOURCE-API:brg-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.BrgOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.BrgTopologyOperation","$ref":"#/definitions/generic.resource.api.BrgTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.BrgTopologyOperation","$ref":"#/definitions/generic.resource.api.BrgTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:connection-attachment-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ConnectionAttachmentOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:contrail-route-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ContrailRouteOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation","$ref":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation","$ref":"#/definitions/generic.resource.api.ContrailRouteTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:generic-configuration-notification/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.genericconfigurationnotification.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.genericconfigurationnotification.Input","$ref":"#/definitions/generic.resource.api.genericconfigurationnotification.Input"}}}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:generic-configuration-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.GcTopologyOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation","$ref":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation","$ref":"#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:getpathsegment-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ForwardingPathOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.ForwardingPathOperationInformation","$ref":"#/definitions/generic.resource.api.ForwardingPathOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation","$ref":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation","$ref":"#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:network-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.NetworkOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.NetworkOperationInformation","$ref":"#/definitions/generic.resource.api.NetworkOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.NetworkTopologyOperation","$ref":"#/definitions/generic.resource.api.NetworkTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.NetworkTopologyOperation","$ref":"#/definitions/generic.resource.api.NetworkTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:pnf-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.PnfOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.PnfOperationInformation","$ref":"#/definitions/generic.resource.api.PnfOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.PnfTopologyOperation","$ref":"#/definitions/generic.resource.api.PnfTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PnfTopologyOperation","$ref":"#/definitions/generic.resource.api.PnfTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:policy-update-notify-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.policyupdatenotifyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Input","$ref":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation","$ref":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation","$ref":"#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:port-mirror-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.PortMirrorTopologyOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:preload-network-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.preloadnetworktopologyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation","$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation","$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.preloadvfmoduletopologyoperation.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation","$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation","$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:security-zone-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.SecurityZoneOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation","$ref":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation","$ref":"#/definitions/generic.resource.api.SecurityZoneTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:service-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.ServiceOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.ServiceOperationInformation","$ref":"#/definitions/generic.resource.api.ServiceOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.ServiceTopologyOperation","$ref":"#/definitions/generic.resource.api.ServiceTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.ServiceTopologyOperation","$ref":"#/definitions/generic.resource.api.ServiceTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:tunnelxconn-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.TunnelxconnOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation","$ref":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation","$ref":"#/definitions/generic.resource.api.TunnelxconnTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vf-module-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.VfModuleOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.VfModuleOperationInformation","$ref":"#/definitions/generic.resource.api.VfModuleOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.VfModuleTopologyOperation","$ref":"#/definitions/generic.resource.api.VfModuleTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VfModuleTopologyOperation","$ref":"#/definitions/generic.resource.api.VfModuleTopologyOperation"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vnf-get-resource-request/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.vnfgetresourcerequest.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequest.Input","$ref":"#/definitions/generic.resource.api.vnfgetresourcerequest.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequest","$ref":"#/definitions/generic.resource.api.VnfGetResourceRequest"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequest","$ref":"#/definitions/generic.resource.api.VnfGetResourceRequest"}},"201":{"description":"No response"}}}},"/operations/GENERIC-RESOURCE-API:vnf-topology-operation/":{"post":{"tags":["GENERIC-RESOURCE-API"],"parameters":[{"in":"body","name":"generic.resource.api.VnfOperationInformation.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/generic.resource.api.VnfOperationInformation","$ref":"#/definitions/generic.resource.api.VnfOperationInformation"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/generic.resource.api.VnfTopologyOperation","$ref":"#/definitions/generic.resource.api.VnfTopologyOperation"},"responseSchema":{"originalRef":"#/definitions/generic.resource.api.VnfTopologyOperation","$ref":"#/definitions/generic.resource.api.VnfTopologyOperation"}},"201":{"description":"No response"}}}}},"definitions":{"generic.resource.api.AddrFromStartEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.AggregateRoutes":{"type":"object","properties":{"aggregate-routes":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes","$ref":"#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"}}}},"generic.resource.api.AllottedResourceIdentifiers":{"type":"object","properties":{"allotted-resource-identifiers":{"originalRef":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"}}},"generic.resource.api.AllottedResourceInfo":{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-pointer":{"type":"string","description":"Pointer to the allotted-resources topology"},"allotted-resource-type":{"type":"string","description":"Not an enum, but expected values are contrail-route and security-zone."}}},"generic.resource.api.AllottedResourceInformation":{"type":"object","properties":{"allotted-resource-information":{"originalRef":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"}}},"generic.resource.api.AllottedResourceOperStatus":{"type":"object","properties":{"allotted-resource-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.AllottedResourceStatus":{"type":"object","properties":{"allotted-resource-status":{"originalRef":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"}}},"generic.resource.api.BrgAllottedResources":{"type":"object","properties":{"brg-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource","$ref":"#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"}}}},"generic.resource.api.BrgAssignments":{"type":"object","properties":{"brg-assignments":{"originalRef":"#/definitions/generic.resource.api.brgassignments.BrgAssignments","$ref":"#/definitions/generic.resource.api.brgassignments.BrgAssignments"}}},"generic.resource.api.BrgOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"originalRef":"#/definitions/generic.resource.api.BrgRequestInput","$ref":"#/definitions/generic.resource.api.BrgRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.BrgRequestInput":{"type":"object","properties":{"brg-request-input":{"originalRef":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput","$ref":"#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"}}},"generic.resource.api.BrgResponseInformation":{"type":"object","properties":{"brg-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.BrgTopology":{"type":"object","properties":{"brg-topology":{"originalRef":"#/definitions/generic.resource.api.brgtopology.BrgTopology","$ref":"#/definitions/generic.resource.api.brgtopology.BrgTopology"}}},"generic.resource.api.BrgTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.brgtopologyoperation.Output","$ref":"#/definitions/generic.resource.api.brgtopologyoperation.Output"}}},"generic.resource.api.ConfigurationIdentifiers":{"type":"object","properties":{"configuration-identifiers":{"originalRef":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"}}},"generic.resource.api.ConfigurationInfo":{"type":"object","properties":{"configuration-topology-link":{"type":"string","description":"Pointer to the configurations topology"},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":"Not an enum, but expected values are vprobe and pprobe"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration, , vlan-network-receptor"}}},"generic.resource.api.ConfigurationInformation":{"type":"object","properties":{"configuration-information":{"originalRef":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"}}},"generic.resource.api.ConfigurationOperStatus":{"type":"object","properties":{"configuration-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.ConfigurationStatus":{"type":"object","properties":{"configuration-status":{"originalRef":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"}}},"generic.resource.api.ConnectionAttachmentAllottedResources":{"type":"object","properties":{"connection-attachment-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"}}}},"generic.resource.api.ConnectionAttachmentAssignments":{"type":"object","properties":{"connection-attachment-assignments":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"}}},"generic.resource.api.ConnectionAttachmentOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentRequestInput","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ConnectionAttachmentRequestInput":{"type":"object","properties":{"connection-attachment-request-input":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}},"generic.resource.api.ConnectionAttachmentResponseInformation":{"type":"object","properties":{"connection-attachment-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ConnectionAttachmentTopology":{"type":"object","properties":{"connection-attachment-topology":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"}}},"generic.resource.api.ConnectionAttachmentTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output","$ref":"#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"}}},"generic.resource.api.ConnectionPoint":{"type":"object","properties":{"connection-point":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint","$ref":"#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"}}},"generic.resource.api.ContrailRouteAllottedResources":{"type":"object","properties":{"contrail-route-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"}}}},"generic.resource.api.ContrailRouteAssignments":{"type":"object","properties":{"contrail-route-assignments":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"}}},"generic.resource.api.ContrailRouteOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"originalRef":"#/definitions/generic.resource.api.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.ContrailRouteRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ContrailRouteRequestInput":{"type":"object","properties":{"contrail-route-request-input":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"}}},"generic.resource.api.ContrailRouteResponseInformation":{"type":"object","properties":{"contrail-route-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ContrailRouteTopology":{"type":"object","properties":{"contrail-route-topology":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"}}},"generic.resource.api.ContrailRouteTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.contrailroutetopologyoperation.Output","$ref":"#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"}}},"generic.resource.api.DhcpEnabledEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.ForwardingPathInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"forwarding-path-type":{"description":"Based on MySQL Forwarding_Path tables path_type value from related TOSCA model","originalRef":"#/definitions/generic.resource.api.ForwardingPathTypeEnumeration","$ref":"#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"},"forwarding-path-name":{"type":"string","description":"Fowarding-path name from TOSCA model, or name generated by SDNC"},"service-paths":{"originalRef":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths","$ref":"#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"}}}]},"generic.resource.api.ForwardingPathOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ForwardingPathRequestInput","$ref":"#/definitions/generic.resource.api.ForwardingPathRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.ForwardingPathRequestInput":{"type":"object","properties":{"forwarding-path-request-input":{"originalRef":"#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput","$ref":"#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"}}},"generic.resource.api.ForwardingPathTypeEnumeration":{"type":"string","enum":["VNF","Service"]},"generic.resource.api.GcRequestInput":{"type":"object","properties":{"gc-request-input":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput","$ref":"#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"}}},"generic.resource.api.GcResponseInformation":{"type":"object","properties":{"gc-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.GcTopologyOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.ConfigurationInformation"},{"originalRef":"#/definitions/generic.resource.api.GcRequestInput","$ref":"#/definitions/generic.resource.api.GcRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.GenericConfigurationTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output","$ref":"#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"}}},"generic.resource.api.GenericConfigurations":{"type":"object","properties":{"gc-configuration":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration","$ref":"#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"}}}},"generic.resource.api.GetpathsegmentResponseInformation":{"type":"object","properties":{"getpathsegment-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.GetpathsegmentTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output","$ref":"#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"}}},"generic.resource.api.HostRoutes":{"type":"object","properties":{"host-routes":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.hostroutes.HostRoutes","$ref":"#/definitions/generic.resource.api.hostroutes.HostRoutes"}}}},"generic.resource.api.InstanceReference":{"type":"object","properties":{"instance-id":{"type":"string"},"object-path":{"type":"string","description":"restconf retrieval path to this particular objectE.g. restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/service-topology/"}}},"generic.resource.api.IpAddresses":{"type":"object","properties":{"ip-addresses":{"originalRef":"#/definitions/generic.resource.api.ipaddresses.IpAddresses","$ref":"#/definitions/generic.resource.api.ipaddresses.IpAddresses"}}},"generic.resource.api.IpTypeEnumeration":{"type":"string","enum":["FIXED","VIP"]},"generic.resource.api.LastActionEnumeration":{"type":"string","enum":["CreateNetworkInstance","ActivateNetworkInstance","DeActivateNetworkInstance","DeleteNetworkInstance","CreateServiceInstance","DeleteServiceInstance","CreateVnfInstance","ActivateVnfInstance","DeleteVnfInstance","CreatePnfInstance","ActivatePnfInstance","DeletePnfInstance","CreateVfModuleInstance","ActivateVfModuleInstance","DeleteVfModuleInstance","CreateContrailRouteInstance","DeleteContrailRouteInstance","CreateSecurityZoneInstance","DeleteSecurityZoneInstance","ActivateDCINetworkInstance","DeActivateDCINetworkInstance","CreateTunnelXConnInstance","DeleteTunnelXConnInstance","CreateBRGInstance","DeleteBRGInstance","CreateSOTNConnectivityInstance","ActivateSOTNConnectivityInstance","DeactivateSOTNConnectivityInstance","DeleteSOTNConnectivityInstance","CreateSOTNAttachmentInstance","ActivateSOTNAttachmentInstance","DeactivateSOTNAttachmentInstance","DeleteSOTNAttachmentInstance","CreateSiteInstance","ActivateSiteInstance","DeactivateSiteInstance","DeleteSiteInstance","CreatePortMirrorConfigurationInstance","DeletePortMirrorConfigurationInstance","ChangePortMirrorConfigurationInstance","CreateGenericConfigurationInstance","DeleteGenericConfigurationInstance","PreloadVfModuleRequest","DeletePreloadVfModuleRequest","PreloadNetworkRequest","DeletePreloadNetworkRequest","CreateForwardingPathInstance","DeleteForwardingPathInstance","UpdateForwardingPathInstance","CreateSDWANDeviceInstance","ActivateSDWANDeviceInstance","DeactivateSDWANDeviceInstance","DeleteSDWANDeviceInstance","CreateSDWANPortInstance","ActivateSDWANPortInstance","DeactivateSDWANPortInstance","DeleteSDWANPortInstance","ReoptimizeSOTNInstance","CreateSDWANLanPortInstance","ActivateSDWANLanPortInstance","DeactivateSDWANLanPortInstance","DeleteSDWANLanPortInstance","CreateSDWANVpnInstance","ActivateSDWANVpnInstance","DeactivateSDWANVpnInstance","DeleteSDWANVpnInstance","CreateSDWANSiteInstance","ActivateSDWANSiteInstance","DeactivateSDWANSiteInstance","DeleteSDWANSiteInstance","SdwanBandwidthChange","CreateAccessConnectivityInstance","DeleteAccessConnectivityInstance","CreateInternetProfileInstance","ChangeInternetProfileInstance","DeleteInternetProfileInstance","CreateSOTNUnderlayInstance","ActivateSOTNUnderlayInstance","DeactivateSOTNUnderlayInstance","DeleteSOTNUnderlayInstance","CreateSOTNUniInstance","ActivateSOTNUniInstance","DeactivateSOTNUniInstance","DeleteSOTNUniInstance","CreateSOTNL2VpnInstance","ActivateSOTNL2VpnInstance","DeactivateSOTNL2VpnInstance","DeleteSOTNL2VpnInstance","AllocateTransportSliceInstance","ActivateTransportSliceInstance","DeactivateTransportSliceInstance","DeleteTransportSliceInstance"]},"generic.resource.api.LastOrderStatusEnumeration":{"type":"string","enum":["Active","PendingAssignment","PendingCreate","PendingUpdate","PendingDelete","Deleted","Created"]},"generic.resource.api.LastRpcActionEnumeration":{"type":"string","enum":["assign","activate","delete","unassign","deactivate","create","changeassign","reoptimize"]},"generic.resource.api.LicenseInformation":{"type":"object","properties":{"license-information":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation","$ref":"#/definitions/generic.resource.api.licenseinformation.LicenseInformation"}}},"generic.resource.api.MaintenanceIndicatorEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.NetworkAssignments":{"type":"object","properties":{"network-assignments":{"originalRef":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments","$ref":"#/definitions/generic.resource.api.networkassignments.NetworkAssignments"}}},"generic.resource.api.NetworkInfo":{"type":"object","properties":{"network-role":{"type":"string"},"network-id":{"type":"string"}}},"generic.resource.api.NetworkInformation":{"type":"object","properties":{"network-information":{"originalRef":"#/definitions/generic.resource.api.networkinformation.NetworkInformation","$ref":"#/definitions/generic.resource.api.networkinformation.NetworkInformation"}}},"generic.resource.api.NetworkInstanceGroup":{"type":"object","properties":{"network-instance-group":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"}}}},"generic.resource.api.NetworkLevelOperStatus":{"type":"object","properties":{"network-level-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.NetworkOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.NetworkInformation","$ref":"#/definitions/generic.resource.api.NetworkInformation"},{"originalRef":"#/definitions/generic.resource.api.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.NetworkRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.NetworkParameters":{"type":"object","properties":{"network-parameters":{"originalRef":"#/definitions/generic.resource.api.networkparameters.NetworkParameters","$ref":"#/definitions/generic.resource.api.networkparameters.NetworkParameters"}}},"generic.resource.api.NetworkPolicy":{"type":"object","properties":{"network-policy":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy","$ref":"#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"}}}},"generic.resource.api.NetworkRequestInput":{"type":"object","properties":{"network-request-input":{"originalRef":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput","$ref":"#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"}}},"generic.resource.api.NetworkResponseInformation":{"type":"object","properties":{"network-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.NetworkTopology":{"type":"object","properties":{"network-topology":{"originalRef":"#/definitions/generic.resource.api.networktopology.NetworkTopology","$ref":"#/definitions/generic.resource.api.networktopology.NetworkTopology"}}},"generic.resource.api.NetworkTopologyIdentifierStructure":{"type":"object","properties":{"network-topology-identifier-structure":{"originalRef":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"}}},"generic.resource.api.NetworkTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.networktopologyoperation.Output","$ref":"#/definitions/generic.resource.api.networktopologyoperation.Output"}}},"generic.resource.api.OnapModelInformation":{"type":"object","properties":{"onap-model-information":{"originalRef":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation","$ref":"#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"}}},"generic.resource.api.OperStatusData":{"type":"object","properties":{"last-action":{"description":"should be list of possible request-actions","originalRef":"#/definitions/generic.resource.api.LastActionEnumeration","$ref":"#/definitions/generic.resource.api.LastActionEnumeration"},"modify-timestamp":{"type":"string"},"last-order-status":{"originalRef":"#/definitions/generic.resource.api.LastOrderStatusEnumeration","$ref":"#/definitions/generic.resource.api.LastOrderStatusEnumeration"},"create-timestamp":{"type":"string","description":"Not currently populated in service data."},"order-status":{"description":"TBD - do we need Request failed statuses? RequestFailed | InProgressTimeout","originalRef":"#/definitions/generic.resource.api.OrderStatusEnumeration","$ref":"#/definitions/generic.resource.api.OrderStatusEnumeration"},"last-rpc-action":{"originalRef":"#/definitions/generic.resource.api.LastRpcActionEnumeration","$ref":"#/definitions/generic.resource.api.LastRpcActionEnumeration"},"last-svc-request-id":{"type":"string","description":"Not currently populated in service data."}}},"generic.resource.api.OrderStatusEnumeration":{"type":"string","enum":["Active","PendingAssignment","PendingCreate","PendingUpdate","PendingDelete","Deleted","Created"]},"generic.resource.api.Param":{"type":"object","properties":{"param":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.param.Param","$ref":"#/definitions/generic.resource.api.param.Param"}}}},"generic.resource.api.PnfDetails":{"type":"object","properties":{"pnf-details":{"originalRef":"#/definitions/generic.resource.api.pnfdetails.PnfDetails","$ref":"#/definitions/generic.resource.api.pnfdetails.PnfDetails"}}},"generic.resource.api.PnfInformation":{"type":"object","properties":{"pnf-information":{"originalRef":"#/definitions/generic.resource.api.pnfinformation.PnfInformation","$ref":"#/definitions/generic.resource.api.pnfinformation.PnfInformation"}}},"generic.resource.api.PnfLevelOperStatus":{"type":"object","properties":{"pnf-level-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.PnfOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PnfDetails","$ref":"#/definitions/generic.resource.api.PnfDetails"},{"originalRef":"#/definitions/generic.resource.api.PnfRequestInput","$ref":"#/definitions/generic.resource.api.PnfRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.PnfRequestInput":{"type":"object","properties":{"pnf-request-input":{"originalRef":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput","$ref":"#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"}}},"generic.resource.api.PnfResponseInformation":{"type":"object","properties":{"pnf-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.PnfTopology":{"type":"object","properties":{"pnf-topology":{"originalRef":"#/definitions/generic.resource.api.pnftopology.PnfTopology","$ref":"#/definitions/generic.resource.api.pnftopology.PnfTopology"}}},"generic.resource.api.PnfTopologyIdentifierStructure":{"type":"object","properties":{"pnf-topology-identifier-structure":{"originalRef":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"}}},"generic.resource.api.PnfTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.pnftopologyoperation.Output","$ref":"#/definitions/generic.resource.api.pnftopologyoperation.Output"}}},"generic.resource.api.PolicyUpdateNotifyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Output","$ref":"#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"}}},"generic.resource.api.PortInfo":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PnfInformation","$ref":"#/definitions/generic.resource.api.PnfInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfInformation","$ref":"#/definitions/generic.resource.api.VnfInformation"},{"type":"object","properties":{"service-instance-id":{"type":"string","description":"May not be need."}}}]},"generic.resource.api.PortMirrorConfigurationAssignments":{"type":"object","properties":{"port-mirror-configuration-assignments":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"}}},"generic.resource.api.PortMirrorConfigurationRequestInput":{"type":"object","properties":{"port-mirror-configuration-request-input":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"}}},"generic.resource.api.PortMirrorConfigurationTopology":{"type":"object","properties":{"port-mirror-configuration-topology":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"}}},"generic.resource.api.PortMirrorConfigurations":{"type":"object","properties":{"port-mirror-configuration":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"}}}},"generic.resource.api.PortMirrorResponseInformation":{"type":"object","properties":{"port-mirror-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.PortMirrorTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.portmirrortopologyoperation.Output","$ref":"#/definitions/generic.resource.api.portmirrortopologyoperation.Output"}}},"generic.resource.api.PortMirrorTopologyOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.ConfigurationInformation"},{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.PreloadData":{"type":"object","properties":{"preload-data":{"originalRef":"#/definitions/generic.resource.api.preloaddata.PreloadData","$ref":"#/definitions/generic.resource.api.preloaddata.PreloadData"}}},"generic.resource.api.PreloadModelInformation":{"type":"object","properties":{"preload-list":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList","$ref":"#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"}}}},"generic.resource.api.PreloadNetworkTopologyInformation":{"type":"object","properties":{"preload-network-topology-information":{"originalRef":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"}}},"generic.resource.api.PreloadNetworkTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.PreloadTopologyResponseBody","$ref":"#/definitions/generic.resource.api.PreloadTopologyResponseBody"}}},"generic.resource.api.PreloadOperStatus":{"type":"object","properties":{"preload-oper-status":{"originalRef":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"}}},"generic.resource.api.PreloadTopologyResponseBody":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"svc-request-id":{"type":"string"},"ack-final-indicator":{"type":"string"}}},"generic.resource.api.PreloadVfModuleTopologyInformation":{"type":"object","properties":{"preload-vf-module-topology-information":{"originalRef":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"}}},"generic.resource.api.PreloadVfModuleTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.PreloadTopologyResponseBody","$ref":"#/definitions/generic.resource.api.PreloadTopologyResponseBody"}}},"generic.resource.api.ProviderNetworkInformation":{"type":"object","properties":{"physical-network-name":{"type":"string"},"is-external-network":{"type":"boolean"},"is-shared-network":{"type":"boolean"},"is-provider-network":{"type":"boolean"}}},"generic.resource.api.RegionIdentifier":{"type":"object","properties":{"aic-clli":{"type":"string","description":"Not expected to be used"},"aic-cloud-region":{"type":"string","description":"The AIC cloud region which maps to contrail versions"},"cloud-owner":{"type":"string"},"tenant":{"type":"string"}}},"generic.resource.api.RelatedNetwork":{"type":"object","properties":{"related-network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork","$ref":"#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"}}}},"generic.resource.api.RequestActionEnumeration":{"type":"string","enum":["CreateNetworkInstance","ActivateNetworkInstance","DeActivateNetworkInstance","CreateServiceInstance","DeleteServiceInstance","DeleteNetworkInstance","CreateVnfInstance","ActivateVnfInstance","DeleteVnfInstance","CreatePnfInstance","ActivatePnfInstance","DeletePnfInstance","CreateVfModuleInstance","ActivateVfModuleInstance","DeleteVfModuleInstance","CreateContrailRouteInstance","DeleteContrailRouteInstance","CreateSecurityZoneInstance","DeleteSecurityZoneInstance","ActivateDCINetworkInstance","DeActivateDCINetworkInstance","CreateTunnelXConnInstance","DeleteTunnelXConnInstance","CreateBRGInstance","DeleteBRGInstance","CreateSOTNConnectivityInstance","ActivateSOTNConnectivityInstance","DeactivateSOTNConnectivityInstance","DeleteSOTNConnectivityInstance","CreateSOTNAttachmentInstance","ActivateSOTNAttachmentInstance","DeactivateSOTNAttachmentInstance","DeleteSOTNAttachmentInstance","CreateSiteInstance","ActivateSiteInstance","DeactivateSiteInstance","DeleteSiteInstance","CreatePortMirrorConfigurationInstance","DeletePortMirrorConfigurationInstance","ChangePortMirrorConfigurationInstance","CreateGenericConfigurationInstance","RebuildGenericConfigurationInstance","DeleteGenericConfigurationInstance","PreloadVfModuleRequest","DeletePreloadVfModuleRequest","PreloadNetworkRequest","DeletePreloadNetworkRequest","CreateForwardingPathInstance","DeleteForwardingPathInstance","UpdateForwardingPathInstance","CreateSDWANDeviceInstance","ActivateSDWANDeviceInstance","DeactivateSDWANDeviceInstance","DeleteSDWANDeviceInstance","CreateSDWANPortInstance","ActivateSDWANPortInstance","DeactivateSDWANPortInstance","DeleteSDWANPortInstance","ReoptimizeSOTNInstance","CreateSDWANLanPortInstance","ActivateSDWANLanPortInstance","DeactivateSDWANLanPortInstance","DeleteSDWANLanPortInstance","CreateSDWANVpnInstance","ActivateSDWANVpnInstance","DeactivateSDWANVpnInstance","DeleteSDWANVpnInstance","CreateSDWANSiteInstance","ActivateSDWANSiteInstance","DeactivateSDWANSiteInstance","DeleteSDWANSiteInstance","SdwanBandwidthChange","CreateAccessConnectivityInstance","DeleteAccessConnectivityInstance","CreateInternetProfileInstance","ChangeInternetProfileInstance","DeleteInternetProfileInstance","CreateSOTNUnderlayInstance","ActivateSOTNUnderlayInstance","DeactivateSOTNUnderlayInstance","DeleteSOTNUnderlayInstance","CreateSOTNUniInstance","ActivateSOTNUniInstance","DeactivateSOTNUniInstance","DeleteSOTNUniInstance","CreateSOTNL2VpnInstance","ActivateSOTNL2VpnInstance","DeactivateSOTNL2VpnInstance","DeleteSOTNL2VpnInstance","AllocateTransportSliceInstance","ActivateTransportSliceInstance","DeactivateTransportSliceInstance","DeleteTransportSliceInstance"]},"generic.resource.api.RequestInformation":{"type":"object","properties":{"request-information":{"originalRef":"#/definitions/generic.resource.api.requestinformation.RequestInformation","$ref":"#/definitions/generic.resource.api.requestinformation.RequestInformation"}}},"generic.resource.api.RequestStatusEnumeration":{"type":"string","enum":["synccomplete","asynccomplete","notifycomplete"]},"generic.resource.api.RouteTableReference":{"type":"object","properties":{"route-table-reference":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.routetablereference.RouteTableReference","$ref":"#/definitions/generic.resource.api.routetablereference.RouteTableReference"}}}},"generic.resource.api.RpcActionEnumeration":{"type":"string","enum":["assign","activate","configure","delete","unassign","deactivate","create"]},"generic.resource.api.SdncRequestHeader":{"type":"object","properties":{"sdnc-request-header":{"originalRef":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"}}},"generic.resource.api.SecurityZoneAllottedResources":{"type":"object","properties":{"security-zone-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"}}}},"generic.resource.api.SecurityZoneAssignments":{"type":"object","properties":{"security-zone-assignments":{"originalRef":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"}}},"generic.resource.api.SecurityZoneOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.SecurityZoneRequestInput"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"}]},"generic.resource.api.SecurityZoneRequestInput":{"type":"object","properties":{"security-zone-request-input":{"originalRef":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput","$ref":"#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"}}},"generic.resource.api.SecurityZoneResponseInformation":{"type":"object","properties":{"security-zone-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.SecurityZoneTopology":{"type":"object","properties":{"security-zone-topology":{"originalRef":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"}}},"generic.resource.api.SecurityZoneTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.securityzonetopologyoperation.Output","$ref":"#/definitions/generic.resource.api.securityzonetopologyoperation.Output"}}},"generic.resource.api.ServiceAssignments":{"type":"object","properties":{"service-assignments":{"originalRef":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments","$ref":"#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"}}},"generic.resource.api.ServiceData":{"type":"object","properties":{"service-data":{"originalRef":"#/definitions/generic.resource.api.servicedata.ServiceData","$ref":"#/definitions/generic.resource.api.servicedata.ServiceData"}}},"generic.resource.api.ServiceInformation":{"type":"object","properties":{"service-information":{"originalRef":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation","$ref":"#/definitions/generic.resource.api.serviceinformation.ServiceInformation"}}},"generic.resource.api.ServiceLevelOperStatus":{"type":"object","properties":{"service-level-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.ServiceModelInfrastructure":{"type":"object","properties":{"service":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service","$ref":"#/definitions/generic.resource.api.servicemodelinfrastructure.Service"}}}},"generic.resource.api.ServiceOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.ServiceRequestInput"}]},"generic.resource.api.ServiceParameters":{"type":"object","properties":{"service-parameters":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters","$ref":"#/definitions/generic.resource.api.serviceparameters.ServiceParameters"}}},"generic.resource.api.ServicePathInformation":{"type":"object","properties":{"service-path-instance-name":{"type":"string","description":"A unique name generated by SDNC ( forwarding-path-name + service-path-instance-id )"},"service-path-instance-id":{"type":"string","description":"Service path instance ID generated by SDNC. Identifies a service-path-instance within a forwarding-path definition"},"version":{"type":"string","description":"Only one version of the service-path-instance data will be available in MD-SAL. version will be updated when the service-path-instance is reevaluated "},"service":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.Service","$ref":"#/definitions/generic.resource.api.servicepathinformation.Service"}}}},"generic.resource.api.ServiceRequestInput":{"type":"object","properties":{"service-request-input":{"originalRef":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput","$ref":"#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"}}},"generic.resource.api.ServiceResponseInformation":{"type":"object","properties":{"service-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.ServiceStatus":{"type":"object","properties":{"service-status":{"originalRef":"#/definitions/generic.resource.api.servicestatus.ServiceStatus","$ref":"#/definitions/generic.resource.api.servicestatus.ServiceStatus"}}},"generic.resource.api.ServiceTopology":{"type":"object","properties":{"service-topology":{"originalRef":"#/definitions/generic.resource.api.servicetopology.ServiceTopology","$ref":"#/definitions/generic.resource.api.servicetopology.ServiceTopology"}}},"generic.resource.api.ServiceTopologyIdentifier":{"type":"object","properties":{"service-topology-identifier":{"originalRef":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"}}},"generic.resource.api.ServiceTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.servicetopologyoperation.Output","$ref":"#/definitions/generic.resource.api.servicetopologyoperation.Output"}}},"generic.resource.api.SubInterfaceNetworkData":{"type":"object","properties":{"sub-interface-network-data":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"}}}},"generic.resource.api.SubInterfaces":{"type":"object","properties":{"sub-interfaces":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces","$ref":"#/definitions/generic.resource.api.subinterfaces.SubInterfaces"}}},"generic.resource.api.Subnets":{"type":"object","properties":{"subnets":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.subnets.Subnets","$ref":"#/definitions/generic.resource.api.subnets.Subnets"}}}},"generic.resource.api.SvcActionEnumeration":{"type":"string","enum":["reserve","assign","activate","delete","changeassign","changedelete","rollback","deactivate","unassign","create","disable","enable","update","reoptimize","rebuild"]},"generic.resource.api.TopologyResponseCommon":{"type":"object","properties":{"response-code":{"type":"string","description":"a success code or an defined error codeKeep as M"},"response-message":{"type":"string","description":"message included for error code"},"svc-request-id":{"type":"string","description":"the request id from the request message for which this is the responseKeep as M"},"ack-final-indicator":{"type":"string","description":"Expected to be Y or N."}}},"generic.resource.api.TunnelxconnAllottedResources":{"type":"object","properties":{"tunnelxconn-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"}}}},"generic.resource.api.TunnelxconnAssignments":{"type":"object","properties":{"tunnelxconn-assignments":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"}}},"generic.resource.api.TunnelxconnOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInformation","$ref":"#/definitions/generic.resource.api.AllottedResourceInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.TunnelxconnRequestInput"}]},"generic.resource.api.TunnelxconnRequestInput":{"type":"object","properties":{"tunnelxconn-request-input":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput","$ref":"#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"}}},"generic.resource.api.TunnelxconnResponseInformation":{"type":"object","properties":{"tunnelxconn-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.TunnelxconnTopology":{"type":"object","properties":{"tunnelxconn-topology":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"}}},"generic.resource.api.TunnelxconnTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output","$ref":"#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"}}},"generic.resource.api.UseDhcpEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.VfModuleAssignments":{"type":"object","properties":{"vf-module-assignments":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"}}},"generic.resource.api.VfModuleInformation":{"type":"object","properties":{"vf-module-information":{"originalRef":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation","$ref":"#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"}}},"generic.resource.api.VfModuleLevelOperStatus":{"type":"object","properties":{"vf-module-level-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.VfModuleOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.VfModuleInformation","$ref":"#/definitions/generic.resource.api.VfModuleInformation"},{"originalRef":"#/definitions/generic.resource.api.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.VfModuleRequestInput"},{"originalRef":"#/definitions/generic.resource.api.VnfInformation","$ref":"#/definitions/generic.resource.api.VnfInformation"}]},"generic.resource.api.VfModuleRequestInput":{"type":"object","properties":{"vf-module-request-input":{"originalRef":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput","$ref":"#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"}}},"generic.resource.api.VfModuleResponseInformation":{"type":"object","properties":{"vf-module-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.VfModuleTopology":{"type":"object","properties":{"vf-module-topology":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology","$ref":"#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"}}},"generic.resource.api.VfModuleTopologyIdentifier":{"type":"object","properties":{"vf-module-topology-identifier":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"}}},"generic.resource.api.VfModuleTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.vfmoduletopologyoperation.Output","$ref":"#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"}}},"generic.resource.api.VlanTags":{"type":"object","properties":{"vlan-tags":{"originalRef":"#/definitions/generic.resource.api.vlantags.VlanTags","$ref":"#/definitions/generic.resource.api.vlantags.VlanTags"}}},"generic.resource.api.VlanVnfcInstanceGroups":{"type":"object","properties":{"vlan-vnfc-instance-groups":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"}}},"generic.resource.api.VmNetworkData":{"type":"object","properties":{"related-networks":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string","description":"network (identified by role) that this VM connects to. Should also be included in the vnf-networks for the containing VNF"},"is-trunked":{"type":"boolean"},"floating-ips":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"},"sriov-parameters":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"},"network-information-items":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"},"mac-addresses":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses","$ref":"#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"},"network-role-tag":{"type":"string"},"segmentation-id":{"type":"string"},"interface-route-prefixes":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes","$ref":"#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"}}},"generic.resource.api.VmTopologyData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vm-type":{"type":"string"},"vm-names":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNames"},"vm-type-tag":{"type":"string","description":"from tosca data on vfc"},"vm-count":{"type":"integer","format":"int32"},"vm-networks":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks","$ref":"#/definitions/generic.resource.api.vmtopologydata.VmNetworks"},"nfc-naming-code":{"type":"string","description":"used in vm naming(draft 29: changed from nfc-code)"}}}]},"generic.resource.api.VnfCloudParam":{"type":"object","properties":{"service-instance-id":{"type":"string"},"service-instance-name":{"type":"string"},"vnf":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcloudparam.Vnf","$ref":"#/definitions/generic.resource.api.vnfcloudparam.Vnf"}}}},"generic.resource.api.VnfGetResourceRequest":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequest.Output","$ref":"#/definitions/generic.resource.api.vnfgetresourcerequest.Output"}}},"generic.resource.api.VnfGetResourceRequestInputData":{"type":"object","properties":{"vnf":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf","$ref":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"}}}},"generic.resource.api.VnfInformation":{"type":"object","properties":{"vnf-information":{"originalRef":"#/definitions/generic.resource.api.vnfinformation.VnfInformation","$ref":"#/definitions/generic.resource.api.vnfinformation.VnfInformation"}}},"generic.resource.api.VnfLevelOperStatus":{"type":"object","properties":{"vnf-level-oper-status":{"originalRef":"#/definitions/generic.resource.api.OperStatusData","$ref":"#/definitions/generic.resource.api.OperStatusData"}}},"generic.resource.api.VnfNetworkCollection":{"type":"object","properties":{"vnf-network-collection":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"}}}},"generic.resource.api.VnfNetworkData":{"type":"object","properties":{"related-networks":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string","description":"A Network Role to which a VNF must connect"},"is-trunked":{"type":"boolean"},"network-id":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "},"subnets-data":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"},"contrail-network-fqdn":{"type":"string","description":"contrail network policy object"},"network-name":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "},"segmentation-id":{"type":"string"},"neutron-id":{"type":"string","description":"Unique Neutron UUID of an instance of the network role "}}},"generic.resource.api.VnfOperationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.LicenseInformation","$ref":"#/definitions/generic.resource.api.LicenseInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfInformation","$ref":"#/definitions/generic.resource.api.VnfInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfRequestInput","$ref":"#/definitions/generic.resource.api.VnfRequestInput"}]},"generic.resource.api.VnfPathInformation":{"type":"object","properties":{"vf-module-instance":{"originalRef":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance","$ref":"#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"},"left-network-role":{"type":"string"},"right-network-role":{"type":"string"},"vnf-instance-id":{"type":"string","description":"VNF instance ID in the path"},"right-network-name":{"type":"string"},"left-network-name":{"type":"string","description":"Every VNF instance in the path is connected to one or two VNFs."},"vnf-path-sequence-id":{"type":"integer","format":"int64","description":"Sequence ID at the VNF instance levele.g. e.g. V1V2V3V5V6seq id=1 V1-V2seq id=2 V2V3seq id=3 V3V5seq id=4 V5V6incremental integer value."}}},"generic.resource.api.VnfRequestInput":{"type":"object","properties":{"vnf-request-input":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput","$ref":"#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"}}},"generic.resource.api.VnfResourceAssignments":{"type":"object","properties":{"vnf-resource-assignments":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"}}},"generic.resource.api.VnfResponseInformation":{"type":"object","properties":{"vnf-response-information":{"originalRef":"#/definitions/generic.resource.api.InstanceReference","$ref":"#/definitions/generic.resource.api.InstanceReference"}}},"generic.resource.api.VnfSubInterfaceGroup":{"type":"object","properties":{"vnf-sub-interface-group":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"}}}},"generic.resource.api.VnfTopology":{"type":"object","properties":{"vnf-topology":{"originalRef":"#/definitions/generic.resource.api.vnftopology.VnfTopology","$ref":"#/definitions/generic.resource.api.vnftopology.VnfTopology"}}},"generic.resource.api.VnfTopologyIdentifierStructure":{"type":"object","properties":{"vnf-topology-identifier-structure":{"originalRef":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"}}},"generic.resource.api.VnfTopologyOperation":{"type":"object","properties":{"output":{"originalRef":"#/definitions/generic.resource.api.vnftopologyoperation.Output","$ref":"#/definitions/generic.resource.api.vnftopologyoperation.Output"}}},"generic.resource.api.VnfVnrRebuildData":{"type":"object","properties":{"vnf-vnr-rebuild-data":{"originalRef":"#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData","$ref":"#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"}}},"generic.resource.api.VnfcAddressFamilyEnumeration":{"type":"string","enum":["ipv4","ipv6"]},"generic.resource.api.VnfcInstanceGroup":{"type":"object","properties":{"vnfc-instance-group":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"}}}},"generic.resource.api.VnfcNetworkData":{"type":"object","properties":{"vnfc-network-data":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"}}}},"generic.resource.api.VnfcObjects":{"type":"object","properties":{"vnfc-objects":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects","$ref":"#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"}}},"generic.resource.api.VnfcSubnetDhcpEnumeration":{"type":"string","enum":["Y","N"]},"generic.resource.api.Vnfcs":{"type":"object","properties":{"vnfcs":{"originalRef":"#/definitions/generic.resource.api.vnfcs.Vnfcs","$ref":"#/definitions/generic.resource.api.vnfcs.Vnfcs"}}},"generic.resource.api.VnicGroups":{"type":"object","properties":{"vnic-groups":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.VnicGroups","$ref":"#/definitions/generic.resource.api.vnicgroups.VnicGroups"}}},"generic.resource.api.Vnics":{"type":"object","properties":{"vnics":{"originalRef":"#/definitions/generic.resource.api.vnics.Vnics","$ref":"#/definitions/generic.resource.api.vnics.Vnics"}}},"generic.resource.api.VnrParameters":{"type":"object","properties":{"vnr-parameters":{"originalRef":"#/definitions/generic.resource.api.vnrparameters.VnrParameters","$ref":"#/definitions/generic.resource.api.vnrparameters.VnrParameters"}}},"generic.resource.api.VpnBindings":{"type":"object","properties":{"vpn-bindings":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vpnbindings.VpnBindings","$ref":"#/definitions/generic.resource.api.vpnbindings.VpnBindings"}}}},"generic.resource.api.aggregateroutes.AggregateRoutes":{"type":"object","properties":{"cidr-mask":{"type":"string"},"ip-version":{"type":"string","description":"Use values 4 or 6."},"start-address":{"type":"string"},"route-id":{"type":"string","description":"Unique id"}}},"generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers":{"type":"object","properties":{"allotted-resource-name":{"type":"string","description":"For a contrail-route, the network policy name."},"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this allotted resource belongs."},"allotted-resource-id":{"type":"string"},"consuming-service-instance-id":{"type":"string","description":"The service-instance-id of the consuming service of this allotted resource"},"allotted-resource-type":{"type":"string","description":"(Added in draft 32)Expected to be contrail-route or security-zone."}}},"generic.resource.api.allottedresourceinformation.AllottedResourceInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this allotted resource belongs."},"allotted-resource-id":{"type":"string"},"allotted-resource-type":{"type":"string","description":"Not an enum, but expected values are contrail-route and security-zone."}}}]},"generic.resource.api.allottedresourcestatus.AllottedResourceStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration","$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.brgallottedresources.BrgAllottedResource":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"originalRef":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"}}}]},"generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"originalRef":"#/definitions/generic.resource.api.BrgTopology","$ref":"#/definitions/generic.resource.api.BrgTopology"},{"type":"object","properties":{"brg-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"allotted-resource-operation-information":{"originalRef":"#/definitions/generic.resource.api.BrgOperationInformation","$ref":"#/definitions/generic.resource.api.BrgOperationInformation"}}}]},"generic.resource.api.brgassignments.BrgAssignments":{"type":"object","properties":{"vbrg-wan-ip":{"type":"string"}}},"generic.resource.api.brgrequestinput.BrgRequestInput":{"type":"object","properties":{"vni":{"type":"string"},"brg-wan-mac-address":{"type":"string"},"vgmux-bearer-ip":{"type":"string"}}},"generic.resource.api.brgtopology.BrgTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.BrgAssignments","$ref":"#/definitions/generic.resource.api.BrgAssignments"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"brg-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.brgtopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.BrgResponseInformation","$ref":"#/definitions/generic.resource.api.BrgResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.configurationidentifiers.ConfigurationIdentifiers":{"type":"object","properties":{"configuration-name":{"type":"string"},"parent-service-instance-id":{"type":"string","description":"Service-instance-id of the parent service to which this resource belongs."},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":" vprobe and pprobe"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration."}}},"generic.resource.api.configurationinformation.ConfigurationInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"configuration-name":{"type":"string"},"configuration-id":{"type":"string"},"configuration-sub-type":{"type":"string","description":"e.g. vprobe and pprobe when configuration-type=port-mirror-configuration"},"configuration-type":{"type":"string","description":"Not an enum, but expected values are port-mirror-configuration, vlan-network-receptor"}}}]},"generic.resource.api.configurationstatus.ConfigurationStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration","$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"originalRef":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"}}}]},"generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentTopology","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"},"connection-attachment-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments":{"type":"object"},"generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentAssignments","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentAssignments"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"connection-attachment-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.connectionattachmenttopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation","$ref":"#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.connectionpoint.ConnectionPoint":{"type":"object","properties":{"vlan-data":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData","$ref":"#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"}},"port-id":{"type":"string","description":"port-index when multiple CPs connect to same network. Default zero (0)"},"connection-point-id":{"type":"string","description":"Key to CP object in A&AI"}}},"generic.resource.api.connectionpoint.connectionpoint.VlanData":{"type":"object","properties":{"vlan-tag-description":{"type":"string"},"vlan-uuid":{"type":"string","description":"Key to vlan-tag uuid object in A&AI Generated by vlan mS"},"vlan-role":{"type":"string","description":"Inner/Outer roles"},"vlan-tag-id":{"type":"string"}}},"generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"originalRef":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"}}}]},"generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"originalRef":"#/definitions/generic.resource.api.ContrailRouteTopology","$ref":"#/definitions/generic.resource.api.ContrailRouteTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"originalRef":"#/definitions/generic.resource.api.ContrailRouteOperationInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteOperationInformation"}}}]},"generic.resource.api.contrailrouteassignments.ContrailRouteAssignments":{"type":"object","properties":{"fq-name":{"type":"string","description":"The Contrail fq-name of the network policy"},"vlan-tag":{"type":"string","description":"Contrail-assigned vlan-tag to the vipr vm interface for this route."},"dest-network":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"source-network":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"contrail-id":{"type":"string","description":"The ID assigned by Contrail to the network-policy (one for one with the fq-name)"},"contrail-applied-service":{"originalRef":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService","$ref":"#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"}}},"generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService":{"type":"object","properties":{"contrail-fqdn":{"type":"string","description":"This is the fq-name of the Contrail service instance through which the route is passing."},"vnf-id":{"type":"string","description":"The vnf representing the contrail applied service"},"service-instance-id":{"type":"string","description":"The service-instance-id of the vnf from which the contrail applied service is coming"}}},"generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput":{"type":"object","properties":{"contrail-applied-service-info":{"originalRef":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo","$ref":"#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"},"source-network":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"},"contrail-route-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"dest-network":{"originalRef":"#/definitions/generic.resource.api.NetworkInfo","$ref":"#/definitions/generic.resource.api.NetworkInfo"}}},"generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo":{"type":"object","properties":{"service-instance-id":{"type":"string","description":"The service-instance-id of the service in which the resource(s) providing the applied-service are. For vIPR, this is the service-instance-id of the vIPR-ATM service in which the vIPR-ATM VNF Contrail service is the applied service. MSO will populate with the input data."},"contrail-fqdn":{"type":"string","description":"For future use by MSO on input; MSO not expected to populate in 1707. If MSO can identify the contrail-fqdn of the Contrail applied service for this contrail-route, then it would be specified here on input. Otherwise, SDN-C will look it up by the vIPR-ATM VNF in the service-instance-id of the contrail-applied-service-info grouing."}}},"generic.resource.api.contrailroutetopology.ContrailRouteTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.ContrailRouteAssignments","$ref":"#/definitions/generic.resource.api.ContrailRouteAssignments"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"contrail-route-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.contrailroutetopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ContrailRouteResponseInformation","$ref":"#/definitions/generic.resource.api.ContrailRouteResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.forwardingpathinformation.ServicePaths":{"type":"object","properties":{"service-path":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.ServicePathInformation","$ref":"#/definitions/generic.resource.api.ServicePathInformation"}}}},"generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput":{"type":"object","properties":{"forwarding-paths":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths","$ref":"#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"}}}},"generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"forwarding-path-name":{"type":"string","description":"Forwarding-path-name from tosca-model. "}}}]},"generic.resource.api.gcrequestinput.GcRequestInput":{"type":"object","properties":{"rebuild":{"type":"string","description":"Value will indicate what to rebuild"},"vf-module-id":{"type":"string","description":"This is mandatory in case of rebuild"},"input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"vnf-id":{"type":"string"},"configuration-ids":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds","$ref":"#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"}}}},"generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds":{"type":"object","properties":{"configuration-id":{"type":"string"}}},"generic.resource.api.genericconfigurationnotification.Input":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationInformation","$ref":"#/definitions/generic.resource.api.ConfigurationInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"originalRef":"#/definitions/generic.resource.api.VnfVnrRebuildData","$ref":"#/definitions/generic.resource.api.VnfVnrRebuildData"},{"originalRef":"#/definitions/generic.resource.api.VnrParameters","$ref":"#/definitions/generic.resource.api.VnrParameters"},{"type":"object","properties":{"configuration-topology-link":{"type":"string","description":"Returns URL to generic-configuration-topology "}}}]},"generic.resource.api.genericconfigurations.GcConfiguration":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.ConfigurationStatus"},{"type":"object","properties":{"configuration-id":{"type":"string"},"configuration-data":{"originalRef":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"}}}]},"generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationOperStatus","$ref":"#/definitions/generic.resource.api.ConfigurationOperStatus"},{"type":"object","properties":{"configuration-operation-information":{"originalRef":"#/definitions/generic.resource.api.GcTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.GcTopologyOperationInformation"}}}]},"generic.resource.api.genericconfigurationtopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.GcResponseInformation","$ref":"#/definitions/generic.resource.api.GcResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.getpathsegmenttopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.GetpathsegmentResponseInformation","$ref":"#/definitions/generic.resource.api.GetpathsegmentResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.hostroutes.HostRoutes":{"type":"object","properties":{"route-prefix":{"type":"string"},"next-hop":{"type":"string","description":"Could be ip-address or hostname or service-instance"}}},"generic.resource.api.ipaddresses.IpAddresses":{"type":"object","properties":{"vipv6-address":{"type":"string","description":"Virtual v6"},"ipv4-address":{"type":"string"},"vipv4-address":{"type":"string","description":"Virtual v4"},"ipv6-address":{"type":"string"}}},"generic.resource.api.licenseinformation.LicenseInformation":{"type":"object","properties":{"license-key-group-list":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"}},"entitlement-pool-list":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList","$ref":"#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"}}}},"generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList":{"type":"object","properties":{"action":{"type":"string"},"entitlement-pool-invariant-uuid":{"type":"string"},"entitlement-uuid":{"type":"string","description":"assigned by ALTS"},"entitlement-pool-uuid":{"type":"string"}}},"generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList":{"type":"object","properties":{"license-key-group-uuid":{"type":"string"},"license-uuid":{"type":"string","description":"assigned by ALTS"},"action":{"type":"string"},"license-key-group-invariant-uuid":{"type":"string"},"license-key":{"type":"string","description":"assigned by ALTS"}}},"generic.resource.api.networkassignments.NetworkAssignments":{"type":"object"},"generic.resource.api.networkinformation.NetworkInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"from-preload":{"type":"boolean","description":"Indicates if source is preload data"},"network-technology":{"type":"string"},"network-id":{"type":"string"},"network-type":{"type":"string"}}}]},"generic.resource.api.networkinstancegroup.NetworkInstanceGroup":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AggregateRoutes","$ref":"#/definitions/generic.resource.api.AggregateRoutes"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.Subnets","$ref":"#/definitions/generic.resource.api.Subnets"},{"type":"object","properties":{"subnet-assignment-policy":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"},"service-instance-id":{"type":"string"},"vpn-binding-policy":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"},"network-instance-group-id":{"type":"string","description":"Also a Key in Network Instance Group in A&AI"},"network-instance-group-function":{"type":"string"},"networks":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"},"aggregate-route-policy":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"},"subnet-key-value":{"type":"string","description":"key-value provided to IPAM when creating shared subnet"}}}]},"generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy":{"type":"object","properties":{"ipv4-aggregate-route-level":{"type":"string"},"ipv6-aggregate-route-level":{"type":"string"},"aggregate-route-policy-name":{"type":"string"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"}}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy":{"type":"object","properties":{"subnet-use":{"type":"string","description":"Current valid values - unique, shared (default)"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy":{"type":"object","properties":{"vpn-name":{"type":"string"},"global-route-target":{"type":"string"},"vpn-type":{"type":"string"},"vpn-binding":{"type":"string"},"route-target-role":{"type":"string"},"vpn-platform":{"type":"string"}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VpnBindings","$ref":"#/definitions/generic.resource.api.VpnBindings"},{"type":"object","properties":{"network-status":{"type":"string","description":"assigned, unassigned"},"neutron-network-id":{"type":"string","description":"Neutron-network-id assigned by PO/RO"},"network-id":{"type":"string","description":"Index into network-topology-identifier structure"},"customer-bonding-requests":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"},"vlan-tag-id":{"type":"integer","format":"int64"}}}]},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests":{"type":"object","properties":{"customer-bonding-request":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"}}}},"generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest":{"type":"object","properties":{"configuration-id":{"type":"string","description":"e.g. vlan network receptor configuration id"}}},"generic.resource.api.networkparameters.NetworkParameters":{"type":"object","properties":{"network-parameter":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter","$ref":"#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"}}}},"generic.resource.api.networkparameters.networkparameters.NetworkParameter":{"type":"object","properties":{"network-parameter-value":{"type":"string"},"network-parameter-name":{"type":"string"}}},"generic.resource.api.networkpolicy.NetworkPolicy":{"type":"object","properties":{"network-policy-fqdn":{"type":"string"},"network-policy-id":{"type":"string"}}},"generic.resource.api.networkrequestinput.NetworkRequestInput":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"network-name":{"type":"string"},"network-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"network-instance-group-id":{"type":"string","description":"When network has instance-group role in service model"}}}]},"generic.resource.api.networktopology.NetworkTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.NetworkAssignments","$ref":"#/definitions/generic.resource.api.NetworkAssignments"},{"originalRef":"#/definitions/generic.resource.api.NetworkParameters","$ref":"#/definitions/generic.resource.api.NetworkParameters"},{"originalRef":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"}]},"generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure":{"type":"object","properties":{"related-networks":{"originalRef":"#/definitions/generic.resource.api.RelatedNetwork","$ref":"#/definitions/generic.resource.api.RelatedNetwork"},"network-role":{"type":"string"},"is-trunked":{"type":"boolean"},"network-technology":{"type":"string"},"network-id":{"type":"string"},"eipam-v4-address-plan":{"type":"string"},"network-instance-group-id":{"type":"string","description":"When network is part of network instance-Group-data & instance Group in A&AI"},"network-name":{"type":"string"},"segmentation-id":{"type":"string"},"eipam-v6-address-plan":{"type":"string"},"network-type":{"type":"string"}}},"generic.resource.api.networktopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.NetworkResponseInformation","$ref":"#/definitions/generic.resource.api.NetworkResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.onapmodelinformation.OnapModelInformation":{"type":"object","properties":{"model-name":{"type":"string"},"model-version":{"type":"string"},"model-customization-uuid":{"type":"string","description":"customized resource for use within a given service.Would not be present at the service level but would be present for the resource level"},"model-uuid":{"type":"string","description":"identifies the uuid for this service or resource, which is version specific"},"model-invariant-uuid":{"type":"string","description":"identifies the invariant uuid for this service or resource"}}},"generic.resource.api.param.Param":{"type":"object","properties":{"name":{"type":"string"},"resource-resolution-data":{"originalRef":"#/definitions/generic.resource.api.param.param.ResourceResolutionData","$ref":"#/definitions/generic.resource.api.param.param.ResourceResolutionData"},"value":{"type":"string"}}},"generic.resource.api.param.param.ResourceResolutionData":{"type":"object","properties":{"payload":{"type":"string"},"resource-key":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey","$ref":"#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"}},"capability-name":{"type":"string","description":"Resource assignment resolution Capability name"},"status":{"type":"string","description":"SUCCESS, FAILED, or PENDING - RA returned data as capability"}}},"generic.resource.api.param.param.resourceresolutiondata.ResourceKey":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"generic.resource.api.pnfdetails.PnfDetails":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"pnf-id":{"type":"string","description":"pnfId*Identifier of this Pnf information element. CORRELATIONID = PNF-NAME (A&AI)"},"pnf-name":{"type":"string"},"pnf-type":{"type":"string","description":"pnfType (template)*Type of Resource. NEW type: PNF (pre-defined in SDC)"}}}]},"generic.resource.api.pnfinformation.PnfInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"pnf-name":{"type":"string","description":"Key for A&AI query"},"pnf-type":{"type":"string"}}}]},"generic.resource.api.pnfrequestinput.PnfRequestInput":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"request-version":{"type":"string","description":"keep this? e.g. 1702"},"pnf-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"pnf-name":{"type":"string"}}}]},"generic.resource.api.pnftopology.PnfTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.PnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"},{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"pnf-parameters-data":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc generated cloud param.When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure":{"type":"object","properties":{"pnf-id":{"type":"string"},"pnf-name":{"type":"string","description":"optionally comes from pnf-request-input container or is assigned by sdn-c"},"pnf-type":{"type":"string","description":"In preload tree, this label is used for the vf-module-type"}}},"generic.resource.api.pnftopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PnfResponseInformation","$ref":"#/definitions/generic.resource.api.PnfResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.policyupdatenotifyoperation.Input":{"type":"object","properties":{"version-id":{"type":"string","description":"Map JSON versionNo to version-id"},"policy-name":{"type":"string"},"update-type":{"type":"string"}}},"generic.resource.api.policyupdatenotifyoperation.Output":{"type":"object","properties":{"error-code":{"type":"string"},"error-msg":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments":{"type":"object","properties":{"dest-vnf-id":{"type":"string","description":"For vProbe"},"dest-p-interface":{"type":"string","description":"For pProbe; from policy manager"},"tenant-context":{"type":"string","description":"From tenant object in A&AI"},"dest-pnf-name":{"type":"string","description":"For pProbe"},"route-allotted-resource-id":{"type":"string","description":"For vProbe"},"dest-tenant-id":{"type":"string","description":"tenant-id from A&AI for destination VNF"},"owning-entity":{"type":"string"},"dest-pnf-port-policy-name":{"type":"string","description":"For pProbe; from tosca model"},"cloud-region-id":{"type":"string"},"source-capacity":{"type":"integer","format":"int64","description":"Source port pps (packets per second) rating from tosca model"},"tenant-id":{"type":"string","description":"tenant-id from A&AI for source VNF"},"dest-network-fqdn":{"type":"string"},"contrail-vmi-params":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"source-network-fqdn":{"type":"string"},"cloud-owner":{"type":"string"},"source-to-dest-maps":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"},"source-vnf-id":{"type":"string"},"dest-tenant":{"type":"string","description":"Tenant name from A&AI for destination VNF"},"dest-vnfc-instance-group-id":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"},"source-vnfc-instance-group-id":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"},"probe-type":{"type":"string","description":"vprobe or pprobe; derived from configuration-information.configuration-sub-type"},"vnics-group-id":{"type":"string"},"tenant":{"type":"string","description":"Tenant name from A&AI for source VNF"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId":{"type":"object","properties":{"instance-group-role":{"type":"string"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code"},"service-instance-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps":{"type":"object","properties":{"source-to-dest-map":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"}}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId":{"type":"object","properties":{"instance-group-role":{"type":"string"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code"},"service-instance-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap":{"type":"object","properties":{"source-port-id":{"type":"string"},"source-vserver-id":{"type":"string"},"dest-vserver-id":{"type":"string"},"dest-ip-addresses":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"link-name":{"type":"string"},"dest-port-name":{"type":"string"},"source-port-name":{"type":"string"},"dest-port-id":{"type":"string"}}},"generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"source-port":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort","$ref":"#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"},"dest-port":{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"},"port-mirror-configuration-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PortInfo","$ref":"#/definitions/generic.resource.api.PortInfo"},{"type":"object","properties":{"source-port-id":{"type":"string","description":"needed for srv-action=disable/enable"}}}]},"generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationStatus","$ref":"#/definitions/generic.resource.api.ConfigurationStatus"},{"type":"object","properties":{"configuration-id":{"type":"string"},"configuration-data":{"originalRef":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData","$ref":"#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"}}}]},"generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationOperStatus","$ref":"#/definitions/generic.resource.api.ConfigurationOperStatus"},{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationTopology","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationTopology"},{"type":"object","properties":{"configuration-operation-information":{"originalRef":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation","$ref":"#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"}}}]},"generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConfigurationIdentifiers","$ref":"#/definitions/generic.resource.api.ConfigurationIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.PortMirrorConfigurationAssignments","$ref":"#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"},{"type":"object","properties":{"port-mirror-configuration-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.portmirrortopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PortMirrorResponseInformation","$ref":"#/definitions/generic.resource.api.PortMirrorResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.preloaddata.PreloadData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"},{"originalRef":"#/definitions/generic.resource.api.PreloadOperStatus","$ref":"#/definitions/generic.resource.api.PreloadOperStatus"},{"originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"}]},"generic.resource.api.preloadmodelinformation.PreloadList":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PreloadData","$ref":"#/definitions/generic.resource.api.PreloadData"},{"type":"object","properties":{"preload-type":{"type":"string","description":"network or vf-module"},"preload-id":{"type":"string","description":"vf-module-name or network name"}}}]},"generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.HostRoutes","$ref":"#/definitions/generic.resource.api.HostRoutes"},{"originalRef":"#/definitions/generic.resource.api.NetworkPolicy","$ref":"#/definitions/generic.resource.api.NetworkPolicy"},{"originalRef":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"},{"originalRef":"#/definitions/generic.resource.api.ProviderNetworkInformation","$ref":"#/definitions/generic.resource.api.ProviderNetworkInformation"},{"originalRef":"#/definitions/generic.resource.api.RouteTableReference","$ref":"#/definitions/generic.resource.api.RouteTableReference"},{"originalRef":"#/definitions/generic.resource.api.Subnets","$ref":"#/definitions/generic.resource.api.Subnets"},{"originalRef":"#/definitions/generic.resource.api.VpnBindings","$ref":"#/definitions/generic.resource.api.VpnBindings"}]},"generic.resource.api.preloadnetworktopologyoperation.Input":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation","$ref":"#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"}]},"generic.resource.api.preloadoperstatus.PreloadOperStatus":{"type":"object","properties":{"last-action":{"originalRef":"#/definitions/generic.resource.api.LastActionEnumeration","$ref":"#/definitions/generic.resource.api.LastActionEnumeration"},"modify-timestamp":{"type":"string"},"maintenance-indicator":{"originalRef":"#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration","$ref":"#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"},"last-order-status":{"originalRef":"#/definitions/generic.resource.api.LastOrderStatusEnumeration","$ref":"#/definitions/generic.resource.api.LastOrderStatusEnumeration"},"create-timestamp":{"type":"string"},"order-status":{"originalRef":"#/definitions/generic.resource.api.OrderStatusEnumeration","$ref":"#/definitions/generic.resource.api.OrderStatusEnumeration"},"last-svc-request-id":{"type":"string"}}},"generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VfModuleTopology","$ref":"#/definitions/generic.resource.api.VfModuleTopology"},{"originalRef":"#/definitions/generic.resource.api.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.VnfResourceAssignments"},{"originalRef":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"}]},"generic.resource.api.preloadvfmoduletopologyoperation.Input":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation","$ref":"#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"},{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"}]},"generic.resource.api.relatednetwork.RelatedNetwork":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VlanTags","$ref":"#/definitions/generic.resource.api.VlanTags"},{"type":"object","properties":{"network-role":{"type":"string"},"network-id":{"type":"string","description":"Key to l3-network object"}}}]},"generic.resource.api.requestinformation.RequestInformation":{"type":"object","properties":{"notification-url":{"type":"string"},"order-version":{"type":"string"},"request-action":{"description":"still need to work Disconnect","originalRef":"#/definitions/generic.resource.api.RequestActionEnumeration","$ref":"#/definitions/generic.resource.api.RequestActionEnumeration"},"source":{"type":"string"},"request-id":{"type":"string","description":"Request ID generated upstream of MSO"},"order-number":{"type":"string"}}},"generic.resource.api.routetablereference.RouteTableReference":{"type":"object","properties":{"route-table-reference-id":{"type":"string"},"route-table-reference-fqdn":{"type":"string"}}},"generic.resource.api.sdncrequestheader.SdncRequestHeader":{"type":"object","properties":{"svc-request-id":{"type":"string","description":"Uniquely generated by calling system (e.g. MSO or SDN-GP)"},"svc-notification-url":{"type":"string","description":"Contains URL for asynchronous response"},"svc-action":{"description":"This is the rpcAction","originalRef":"#/definitions/generic.resource.api.SvcActionEnumeration","$ref":"#/definitions/generic.resource.api.SvcActionEnumeration"}}},"generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"originalRef":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"}}}]},"generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"originalRef":"#/definitions/generic.resource.api.SecurityZoneTopology","$ref":"#/definitions/generic.resource.api.SecurityZoneTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"originalRef":"#/definitions/generic.resource.api.SecurityZoneOperationInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneOperationInformation"},"security-zone-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.securityzoneassignments.SecurityZoneAssignments":{"type":"object","properties":{"security-zone-name-trusted":{"type":"string"},"trusted-network-role":{"type":"string","description":"In the case of vIPR, this is the landing networks network-role; used in naming"},"security-zone-name-untrusted":{"type":"string"},"security-zone-service-instance-id":{"type":"string","description":"Will be the same as the parent-service-instance-id"},"untrusted-network-role":{"type":"string","description":"In the case of vIPR, this is the tenant oam networks network-role; used in naming"},"vlan-tag":{"type":"string"},"security-zone-vnf-id":{"type":"string","description":"Selected by SDNC from the security-zone-service-instance-id"}}},"generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput":{"type":"object","properties":{"security-zone-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"trusted-network-role":{"type":"string","description":"In the case of vIPR, this is the landing networks network-role; used in naming"},"untrusted-network-role":{"type":"string","description":"In the case of vIPR, this is the tenant oam networks network-role; used in naming"},"vlan-tag":{"type":"string"}}},"generic.resource.api.securityzonetopology.SecurityZoneTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.SecurityZoneAssignments","$ref":"#/definitions/generic.resource.api.SecurityZoneAssignments"},{"type":"object","properties":{"security-zone-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.securityzonetopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.SecurityZoneResponseInformation","$ref":"#/definitions/generic.resource.api.SecurityZoneResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.serviceassignments.ServiceAssignments":{"type":"object"},"generic.resource.api.servicedata.ServiceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceLevelOperStatus","$ref":"#/definitions/generic.resource.api.ServiceLevelOperStatus"},{"originalRef":"#/definitions/generic.resource.api.ServiceOperationInformation","$ref":"#/definitions/generic.resource.api.ServiceOperationInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceTopology","$ref":"#/definitions/generic.resource.api.ServiceTopology"},{"type":"object","properties":{"vnfc-instance-groups":{"originalRef":"#/definitions/generic.resource.api.VnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.VnfcInstanceGroup"},"provided-configurations":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"},"provided-allotted-resources":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"},"vnfs":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"},"forwarding-paths":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"},"network-instance-groups":{"originalRef":"#/definitions/generic.resource.api.NetworkInstanceGroup","$ref":"#/definitions/generic.resource.api.NetworkInstanceGroup"},"networks":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Networks","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Networks"},"consumed-allotted-resources":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"},"pnfs":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"}}}]},"generic.resource.api.servicedata.servicedata.ConsumedAllottedResources":{"type":"object","properties":{"consumed-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"generic.resource.api.servicedata.servicedata.ForwardingPaths":{"type":"object","properties":{"forwarding-path":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"}}}},"generic.resource.api.servicedata.servicedata.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"}}}},"generic.resource.api.servicedata.servicedata.Pnfs":{"type":"object","properties":{"pnf":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"}}}},"generic.resource.api.servicedata.servicedata.ProvidedAllottedResources":{"type":"object","properties":{"provided-allotted-resource":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.AllottedResourceInfo","$ref":"#/definitions/generic.resource.api.AllottedResourceInfo"}}}},"generic.resource.api.servicedata.servicedata.ProvidedConfigurations":{"type":"object","properties":{"provided-configuration":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.ConfigurationInfo","$ref":"#/definitions/generic.resource.api.ConfigurationInfo"}}}},"generic.resource.api.servicedata.servicedata.Vnfs":{"type":"object","properties":{"vnf":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"}}}},"generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ForwardingPathInformation","$ref":"#/definitions/generic.resource.api.ForwardingPathInformation"},{"type":"object","properties":{"forwarding-path-id":{"type":"string","description":"Generated by SDNC"}}}]},"generic.resource.api.servicedata.servicedata.networks.Network":{"type":"object","properties":{"network-id":{"type":"string"},"network-data":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"}}},"generic.resource.api.servicedata.servicedata.networks.network.NetworkData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.NetworkLevelOperStatus","$ref":"#/definitions/generic.resource.api.NetworkLevelOperStatus"},{"originalRef":"#/definitions/generic.resource.api.NetworkOperationInformation","$ref":"#/definitions/generic.resource.api.NetworkOperationInformation"},{"originalRef":"#/definitions/generic.resource.api.NetworkTopology","$ref":"#/definitions/generic.resource.api.NetworkTopology"},{"type":"object","properties":{"network-provided-allotted-resources":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"}}}]},"generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources":{"type":"object","properties":{"network-provided-ar-id":{"type":"array","description":"List of allotted resources using capacity from this network","items":{"type":"string"}}}},"generic.resource.api.servicedata.servicedata.pnfs.Pnf":{"type":"object","properties":{"pnf-data":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"},"pnf-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.PnfLevelOperStatus","$ref":"#/definitions/generic.resource.api.PnfLevelOperStatus"},{"originalRef":"#/definitions/generic.resource.api.PnfOperationInformation","$ref":"#/definitions/generic.resource.api.PnfOperationInformation"},{"originalRef":"#/definitions/generic.resource.api.PnfTopology","$ref":"#/definitions/generic.resource.api.PnfTopology"}]},"generic.resource.api.servicedata.servicedata.vnfs.Vnf":{"type":"object","properties":{"vnf-data":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"},"vnf-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VnfLevelOperStatus","$ref":"#/definitions/generic.resource.api.VnfLevelOperStatus"},{"originalRef":"#/definitions/generic.resource.api.VnfOperationInformation","$ref":"#/definitions/generic.resource.api.VnfOperationInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfTopology","$ref":"#/definitions/generic.resource.api.VnfTopology"},{"type":"object","properties":{"vnf-network-collections":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkCollection","$ref":"#/definitions/generic.resource.api.VnfNetworkCollection"},"vnf-sub-interface-groups":{"originalRef":"#/definitions/generic.resource.api.VnfSubInterfaceGroup","$ref":"#/definitions/generic.resource.api.VnfSubInterfaceGroup"},"vf-modules":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"},"vnf-provided-allotted-resources":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"}}}]},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules":{"type":"object","properties":{"vf-module":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"}}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources":{"type":"object","properties":{"vnf-provided-ar-id":{"type":"array","description":"List of allotted resources using capacity from this vnf","items":{"type":"string"}}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule":{"type":"object","properties":{"vf-module-data":{"originalRef":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData","$ref":"#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"},"vf-module-id":{"type":"string"}}},"generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VfModuleLevelOperStatus","$ref":"#/definitions/generic.resource.api.VfModuleLevelOperStatus"},{"originalRef":"#/definitions/generic.resource.api.VfModuleOperationInformation","$ref":"#/definitions/generic.resource.api.VfModuleOperationInformation"},{"originalRef":"#/definitions/generic.resource.api.VfModuleTopology","$ref":"#/definitions/generic.resource.api.VfModuleTopology"}]},"generic.resource.api.serviceinformation.ServiceInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"subscriber-name":{"type":"string","description":"Would not be expected for vIPR-ATM or mobility services."},"subscription-service-type":{"type":"string","description":"used to reference a&ai subscription-service-type. For example, we show as vIPR-ATM in example."},"service-id":{"type":"string","description":"This maps to the product-family-id in A&AI"},"global-customer-id":{"type":"string","description":"need for put of data to AnAI (MSO provides)"},"service-instance-id":{"type":"string"}}}]},"generic.resource.api.servicemodelinfrastructure.Service":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceData","$ref":"#/definitions/generic.resource.api.ServiceData"},{"originalRef":"#/definitions/generic.resource.api.ServiceStatus","$ref":"#/definitions/generic.resource.api.ServiceStatus"},{"type":"object","properties":{"service-instance-id":{"type":"string","description":"Keep as M"}}}]},"generic.resource.api.serviceparameters.ServiceParameters":{"type":"object","properties":{"service-parameter":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter","$ref":"#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"}}}},"generic.resource.api.serviceparameters.serviceparameters.ServiceParameter":{"type":"object","properties":{"service-parameter-value":{"type":"string"},"service-parameter-name":{"type":"string"}}},"generic.resource.api.servicepathinformation.Service":{"type":"object","properties":{"vnfs":{"originalRef":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs","$ref":"#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"},"service-path-sequence-id":{"type":"integer","format":"int64","description":"e.g. S1S2S3S5seq id=1 S1-S2seq id=2 S2S3seq id=3 S3S5Incremental integer value"},"service-instance-id":{"type":"string","description":"service-instance-id of each service-instance in the service-path-instance"}}},"generic.resource.api.servicepathinformation.service.Vnfs":{"type":"object","properties":{"vnf":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.VnfPathInformation","$ref":"#/definitions/generic.resource.api.VnfPathInformation"}}}},"generic.resource.api.servicerequestinput.ServiceRequestInput":{"type":"object","properties":{"service-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"service-instance-name":{"type":"string"}}},"generic.resource.api.servicestatus.ServiceStatus":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"action":{"type":"string","description":"value would one of possible request-actions; match the list in service-data oper-status"},"response-timestamp":{"type":"string"},"request-status":{"originalRef":"#/definitions/generic.resource.api.RequestStatusEnumeration","$ref":"#/definitions/generic.resource.api.RequestStatusEnumeration"},"final-indicator":{"type":"string"},"rpc-name":{"type":"string"},"rpc-action":{"description":"this is the svc-action from the incoming request","originalRef":"#/definitions/generic.resource.api.RpcActionEnumeration","$ref":"#/definitions/generic.resource.api.RpcActionEnumeration"}}},"generic.resource.api.servicetopology.ServiceTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.ServiceAssignments","$ref":"#/definitions/generic.resource.api.ServiceAssignments"},{"originalRef":"#/definitions/generic.resource.api.ServiceParameters","$ref":"#/definitions/generic.resource.api.ServiceParameters"},{"originalRef":"#/definitions/generic.resource.api.ServiceTopologyIdentifier","$ref":"#/definitions/generic.resource.api.ServiceTopologyIdentifier"}]},"generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier":{"type":"object","properties":{"service-id":{"type":"string","description":"from MSO input on STO assign"},"global-customer-id":{"type":"string"},"service-instance-id":{"type":"string","description":"repeated"},"service-instance-name":{"type":"string","description":"optionally comes from service-request-input container or is assigned by sdn-c"},"service-type":{"type":"string","description":"tag labeled subscription-service-type in the service-information input"}}},"generic.resource.api.servicetopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"}]},"generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData":{"type":"object","properties":{"network-role":{"type":"string","description":"e.g. untrusted "},"floating-ips":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"},"network-id":{"type":"string","description":"Subinterface network id (UUID in A&AI)"},"network-information-items":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"},"neutron-network-id":{"type":"string","description":"Neutron network id assigned by PO/RP"},"network-name":{"type":"integer","format":"int64","description":"Subinterface network name"},"network-role-tag":{"type":"string","description":"Assuming HEAT template network role tag parameter - not used"},"vlan-tag-id":{"type":"integer","format":"int64","description":"Vlan tag assigned to subinterface port"}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps":{"type":"object","properties":{"floating-ip-v4":{"type":"array","description":"Floating ipv4 for VMs of a given type on this network","items":{"type":"string"}},"floating-ip-v6":{"type":"array","description":"Floating ipv6 for VMs of a given type on this network","items":{"type":"string"}}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems":{"type":"object","properties":{"network-information-item":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"}}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem":{"type":"object","properties":{"ip-version":{"type":"string","description":"Use ipv4 or ipv6"},"network-ips":{"originalRef":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"ip-count":{"type":"integer","format":"int32","description":"The number of ip addresses to be assigned per vm for this network role"},"use-dhcp":{"description":"Indicator to use DHCP on this network for this VM - set to N for Vlan tagging","originalRef":"#/definitions/generic.resource.api.UseDhcpEnumeration","$ref":"#/definitions/generic.resource.api.UseDhcpEnumeration"}}},"generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps":{"type":"object","properties":{"network-ip":{"type":"array","description":"List of assigned ip addresses of type ip-version on a network.","items":{"type":"string"}}}},"generic.resource.api.subinterfaces.SubInterfaces":{"type":"object","properties":{"sub-interface":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"}}}},"generic.resource.api.subinterfaces.subinterfaces.SubInterface":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VlanTags","$ref":"#/definitions/generic.resource.api.VlanTags"},{"type":"object","properties":{"sub-interface-port-id":{"type":"string"},"sub-interface-port-name":{"type":"string"},"sub-interface-network":{"originalRef":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork","$ref":"#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"},"sub-interface-ip-addresses":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"sub-interface-status":{"type":"string","description":"NULL, unassigned, assigned"}}}]},"generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork":{"type":"object","properties":{"network-id":{"type":"string"},"network-name":{"type":"string"}}},"generic.resource.api.subnets.Subnets":{"type":"object","properties":{"subnet-role":{"type":"string"},"cidr-mask":{"type":"string"},"subnet-sequence":{"type":"integer","format":"int32"},"addr-from-start":{"description":"Default is N","originalRef":"#/definitions/generic.resource.api.AddrFromStartEnumeration","$ref":"#/definitions/generic.resource.api.AddrFromStartEnumeration"},"dhcp-start-address":{"type":"string"},"gateway-address":{"type":"string"},"dhcp-end-address":{"type":"string"},"ip-version":{"type":"string"},"start-address":{"type":"string"},"dhcp-enabled":{"originalRef":"#/definitions/generic.resource.api.DhcpEnabledEnumeration","$ref":"#/definitions/generic.resource.api.DhcpEnabledEnumeration"},"subnet-name":{"type":"string"}}},"generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceStatus"},{"type":"object","properties":{"allotted-resource-id":{"type":"string"},"allotted-resource-data":{"originalRef":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData","$ref":"#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"}}}]},"generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceOperStatus","$ref":"#/definitions/generic.resource.api.AllottedResourceOperStatus"},{"originalRef":"#/definitions/generic.resource.api.TunnelxconnTopology","$ref":"#/definitions/generic.resource.api.TunnelxconnTopology"},{"type":"object","properties":{"allotted-resource-operation-information":{"originalRef":"#/definitions/generic.resource.api.TunnelxconnOperationInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnOperationInformation"},"tunnelxconn-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments":{"type":"object","properties":{"vni":{"type":"string","description":"The Network Controller will assign a VNI value from the associated vGMUX VNI pool"},"vgmux-lan-ip":{"type":"string","description":"The Network Controller will look up the vgmux lan ip from the vgmux vg module"},"vg-ip":{"type":"string","description":"The Network Controller will assign the VG IP address from local inventory"},"vgmux-bearer-ip":{"type":"string","description":"The Network Controller will look up the vgmux bearer ip from the vgmux vf module"}}},"generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput":{"type":"object","properties":{"brg-wan-mac-address":{"type":"string"}}},"generic.resource.api.tunnelxconntopology.TunnelxconnTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.AllottedResourceIdentifiers","$ref":"#/definitions/generic.resource.api.AllottedResourceIdentifiers"},{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.TunnelxconnAssignments","$ref":"#/definitions/generic.resource.api.TunnelxconnAssignments"},{"type":"object","properties":{"tunnelxconn-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.tunnelxconntopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"originalRef":"#/definitions/generic.resource.api.TunnelxconnResponseInformation","$ref":"#/definitions/generic.resource.api.TunnelxconnResponseInformation"}]},"generic.resource.api.vfmoduleassignments.VfModuleAssignments":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VlanVnfcInstanceGroups","$ref":"#/definitions/generic.resource.api.VlanVnfcInstanceGroups"},{"type":"object","properties":{"vf-module-status":{"type":"string","description":"Orchestration status from AAI"},"vms":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"},"dhcp-subnet-assignments":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"}}}]},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments":{"type":"object","properties":{"dhcp-subnet-assignment":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment","$ref":"#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"}}}},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms":{"type":"object","properties":{"vm":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.VmTopologyData","$ref":"#/definitions/generic.resource.api.VmTopologyData"}}}},"generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment":{"type":"object","properties":{"network-role":{"type":"string"},"neutron-subnet-id":{"type":"string","description":"Same as subnet-id in subnet-data structure"},"ip-version":{"type":"string"}}},"generic.resource.api.vfmoduleinformation.VfModuleInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vf-module-id":{"type":"string"},"from-preload":{"type":"boolean","description":"Indicates if source is preload data"},"vf-module-type":{"type":"string"}}}]},"generic.resource.api.vfmodulerequestinput.VfModuleRequestInput":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"vf-module-name":{"type":"string"},"request-version":{"type":"string","description":"keep this?"},"vf-module-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"}}}]},"generic.resource.api.vfmoduletopology.VfModuleTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"originalRef":"#/definitions/generic.resource.api.VfModuleAssignments","$ref":"#/definitions/generic.resource.api.VfModuleAssignments"},{"originalRef":"#/definitions/generic.resource.api.VfModuleTopologyIdentifier","$ref":"#/definitions/generic.resource.api.VfModuleTopologyIdentifier"},{"type":"object","properties":{"vf-module-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc-generated-cloud-resources.When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier":{"type":"object","properties":{"vf-module-name":{"type":"string","description":"vf-module-name"},"vf-module-id":{"type":"string","description":"vf-module id"},"vf-module-type":{"type":"string"}}},"generic.resource.api.vfmoduletopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"originalRef":"#/definitions/generic.resource.api.VfModuleResponseInformation","$ref":"#/definitions/generic.resource.api.VfModuleResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfResponseInformation","$ref":"#/definitions/generic.resource.api.VnfResponseInformation"}]},"generic.resource.api.vlantags.VlanTags":{"type":"object","properties":{"is-private":{"type":"boolean"},"vlan-interface":{"type":"string","description":"A&AI Key"},"upper-tag-id":{"type":"integer","format":"int64","description":"aka outer tag"},"lower-tag-id":{"type":"integer","format":"int64","description":"aka inner tag"}}},"generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups":{"type":"object","properties":{"vlan-vnfc-instance-group":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"}}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup":{"type":"object","properties":{"vnf-id":{"type":"string"},"vnfcs":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"},"instance-group-id":{"type":"string","description":"A&AI ID"},"instance-group-function":{"type":"string"}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs":{"type":"object","properties":{"vnfc":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"}}}},"generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VnicGroups","$ref":"#/definitions/generic.resource.api.VnicGroups"},{"type":"object","properties":{"vnfc-name":{"type":"string"}}}]},"generic.resource.api.vmnetworkdata.FloatingIps":{"type":"object","properties":{"floating-ip-v4":{"type":"array","description":"Floating ipv4 for VMs of a given type on this network","items":{"type":"string"}},"floating-ip-v6":{"type":"array","description":"Floating ipv6 for VMs of a given type on this network","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes":{"type":"object","properties":{"interface-route-prefix":{"type":"array","description":"ordered-by: user","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.MacAddresses":{"type":"object","properties":{"mac-address":{"type":"array","description":"List of network assignments for this vm-type","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.NetworkInformationItems":{"type":"object","properties":{"network-information-item":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"}}}},"generic.resource.api.vmnetworkdata.SriovParameters":{"type":"object","properties":{"application-tags":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"},"heat-vlan-filters":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"}}},"generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem":{"type":"object","properties":{"ip-version":{"type":"string","description":"Use ipv4 or ipv6"},"network-ips":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps","$ref":"#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"},"ip-count":{"type":"integer","format":"int32","description":"The number of ip addresses to be assigned per vm for this network role"},"use-dhcp":{"description":"Indicator to use DHCP on this network for this VM","originalRef":"#/definitions/generic.resource.api.UseDhcpEnumeration","$ref":"#/definitions/generic.resource.api.UseDhcpEnumeration"}}},"generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps":{"type":"object","properties":{"network-ip":{"type":"array","description":"List of assigned ip addresses of type ip-version on a network","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags":{"type":"object","properties":{"s-tags":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"},"c-tags":{"originalRef":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags","$ref":"#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"}}},"generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters":{"type":"object","properties":{"heat-vlan-filter":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags":{"type":"object","properties":{"c-tag":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags":{"type":"object","properties":{"s-tag":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmtopologydata.VmNames":{"type":"object","properties":{"vnfc-names":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames","$ref":"#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"}},"vm-name":{"type":"array","items":{"type":"string"}}}},"generic.resource.api.vmtopologydata.VmNetworks":{"type":"object","properties":{"vm-network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.VmNetworkData","$ref":"#/definitions/generic.resource.api.VmNetworkData"}}}},"generic.resource.api.vmtopologydata.vmnames.VnfcNames":{"type":"object","properties":{"vnfc-networks":{"originalRef":"#/definitions/generic.resource.api.VnfcNetworkData","$ref":"#/definitions/generic.resource.api.VnfcNetworkData"},"vnfc-name":{"type":"string"}}},"generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.VnfcObjects","$ref":"#/definitions/generic.resource.api.VnfcObjects"},{"type":"object","properties":{"group-type":{"type":"string","description":" port-mirror-source or port-mirror-dest"},"instance-group-role":{"type":"string","description":"i.e.TSBC_VNFC_group"},"configuration-id":{"type":"string"},"nfc-naming-code":{"type":"string","description":"Set to nfc-naming-code from A&AI"}}}]},"generic.resource.api.vnfcloudparam.Vnf":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},{"type":"object","properties":{"vnf-id":{"type":"string"},"vf-module":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule","$ref":"#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"}},"vnf-name":{"type":"string"}}}]},"generic.resource.api.vnfcloudparam.vnf.VfModule":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},{"type":"object","properties":{"vf-module-id":{"type":"string"}}}]},"generic.resource.api.vnfcnetworkdata.VnfcNetworkData":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ConnectionPoint","$ref":"#/definitions/generic.resource.api.ConnectionPoint"},{"type":"object","properties":{"vnfc-ports":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"},"vnfc-type":{"type":"string"},"vnfc-subnet":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"}},"vnfc-network-role":{"type":"string"}}}]},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts":{"type":"object","properties":{"vnfc-port":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"}}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet":{"type":"object","properties":{"vnfc-subnet-role":{"type":"string","description":"Default value if subnet role is not defined."},"vnfc-ip-assignments":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"}}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort":{"type":"object","properties":{"vnfc-port-id":{"type":"string","description":"Port(s) with a given network-role are assigned vnfc-port-id from series - 01, 02, 03 ...Example: VM with two ports with network-role =X and another 2 ports with network-role=Y vnfc-port-ids:01 - 1st port with network-role=X02 - 2nd port with network-role=X01 - 1st port with network-role=Y02 - 2nd port with network-role=Y"},"vnic-sub-interfaces":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"common-sub-interface-role":{"type":"string","description":"If sub-interfaces have common interface role (network role)"}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments":{"type":"object","properties":{"vnfc-subnet-dhcp":{"description":"Indicator to use DHCP for IP assignment. Unless dhcp=N, we wouldnt have any IPs here, since they would not be SDNC assigned ","originalRef":"#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration","$ref":"#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"},"vnfc-address-family":{"description":"indicates if this is IpV4 or IpV6","originalRef":"#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration","$ref":"#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"},"vnfc-subnet-ip":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp","$ref":"#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"}},"vnfc-subnet-ip-count":{"type":"integer","format":"int32","description":"The number of IP addresses to be assigned per vnfc for this subnet role"}}},"generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp":{"type":"object","properties":{"vnfc-ip-address":{"type":"string","description":"Either IpV4 IP or IpV6 IP address should be present"},"vnfc-client-key":{"type":"string"},"ip-type":{"description":"Capture what type of IP this is, if is virtual IP (AKA, floating IP) or Fixed IP. ","originalRef":"#/definitions/generic.resource.api.IpTypeEnumeration","$ref":"#/definitions/generic.resource.api.IpTypeEnumeration"}}},"generic.resource.api.vnfcobjects.VnfcObjects":{"type":"object","properties":{"vnfc-object":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"}}}},"generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject":{"type":"object","properties":{"vm-type":{"type":"string"},"vnics":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"},"vnf-id":{"type":"string"},"vnfc-name":{"type":"string","description":"Vnfc name as key in A&AI"},"vserver-name":{"type":"string"},"vnfc-key":{"type":"string"},"vserver-id":{"type":"string"}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics":{"type":"object","properties":{"vnic":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"}}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic":{"type":"object","properties":{"vnic-port-name":{"type":"string"},"vnic-ip-addresses":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"vnic-port-id":{"type":"string"},"capacity":{"originalRef":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity","$ref":"#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"}}},"generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity":{"type":"object","properties":{"used-capacity":{"type":"integer","format":"int64","description":"Updated for destination port when source port is mapped/unmapped."},"vnic-capacity":{"type":"integer","format":"int64"}}},"generic.resource.api.vnfcs.Vnfcs":{"type":"object","properties":{"vnfc":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc","$ref":"#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"}}}},"generic.resource.api.vnfcs.vnfcs.Vnfc":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.Vnics","$ref":"#/definitions/generic.resource.api.Vnics"},{"type":"object","properties":{"vserver-name":{"type":"string"},"vserver-id":{"type":"string"},"vnfc-name":{"type":"string","description":"Vnfc name as key in A&AI"}}}]},"generic.resource.api.vnfgetresourcerequest.Input":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RequestInformation","$ref":"#/definitions/generic.resource.api.RequestInformation"},{"originalRef":"#/definitions/generic.resource.api.SdncRequestHeader","$ref":"#/definitions/generic.resource.api.SdncRequestHeader"},{"originalRef":"#/definitions/generic.resource.api.ServiceInformation","$ref":"#/definitions/generic.resource.api.ServiceInformation"},{"originalRef":"#/definitions/generic.resource.api.VnfGetResourceRequestInputData","$ref":"#/definitions/generic.resource.api.VnfGetResourceRequestInputData"}]},"generic.resource.api.vnfgetresourcerequest.Output":{"type":"object","properties":{"vnf-get-resource-response-information":{"originalRef":"#/definitions/generic.resource.api.VnfCloudParam","$ref":"#/definitions/generic.resource.api.VnfCloudParam"}}},"generic.resource.api.vnfgetresourcerequestinputdata.Vnf":{"type":"object","properties":{"vf-module":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule","$ref":"#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"}},"vnf-id":{"type":"string"}}},"generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule":{"type":"object","properties":{"vf-module-id":{"type":"string"}}},"generic.resource.api.vnfinformation.VnfInformation":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"type":"object","properties":{"vnf-id":{"type":"string"},"vnf-name":{"type":"string"},"vnf-type":{"type":"string"}}}]},"generic.resource.api.vnfnetworkcollection.VnfNetworkCollection":{"type":"object","properties":{"network-collection-customization-uuid":{"type":"string","description":"network-collection-customization-uuid stored in Network IsntanceGroup.customization-uuid in A&AI"},"network-instance-group-id":{"type":"string","description":"Network Instance-Group id in A&AI"},"network-instance-group-function":{"type":"string","description":"Network Instance-Group function in A&AI"},"vnf-floating-ip":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"networks":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"},"network-collection-service-instance-id":{"type":"string","description":"Service-instance-id of service that created the network collection"}}},"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks":{"type":"object","properties":{"network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network","$ref":"#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"}}}},"generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network":{"type":"object","properties":{"network-id":{"type":"string","description":"Index into network-topology-identifier structure"},"neutron-network-id":{"type":"string","description":"Neutron-network-id assigned by PO/RO"}}},"generic.resource.api.vnfnetworkdata.SubnetsData":{"type":"object","properties":{"subnet-data":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData","$ref":"#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"}}}},"generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData":{"type":"object","properties":{"network-start-address":{"type":"string","description":"start-address of the subnet"},"subnet-role":{"type":"string","description":"Subnet Role for the subnet"},"cidr-mask":{"type":"string","description":"cidr mask"},"gateway-address":{"type":"string","description":"subnet gateway address"},"sdnc-subnet-id":{"type":"string","description":"Unique SDNC generated UUID of the subnet. Key into A&AI instance.This maps to ipv4-key-subnet-id and ipv6-key-subnet-id in VNF-API"},"subnet-id":{"type":"string","description":"subnet UUID to be passed into the HEAT template"},"ip-version":{"type":"string","description":"Should be ipv4 or ipv6"},"dhcp-enabled":{"description":"Indicator to use this subnet for DHCP ","originalRef":"#/definitions/generic.resource.api.DhcpEnabledEnumeration","$ref":"#/definitions/generic.resource.api.DhcpEnabledEnumeration"},"subnet-name":{"type":"string","description":"Populated for preload only"}}},"generic.resource.api.vnfpathinformation.VfModuleInstance":{"type":"object","properties":{"vf-module-name":{"type":"string"},"vf-module-id":{"type":"string"}}},"generic.resource.api.vnfrequestinput.VnfRequestInput":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"type":"object","properties":{"request-version":{"type":"string","description":"keep this? e.g. 1702"},"vnf-network-instance-group-ids":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"}},"vnf-input-parameters":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"vnf-name":{"type":"string"},"vnf-networks":{"originalRef":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"}}}]},"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds":{"type":"object","properties":{"vnf-network-instance-group-id":{"type":"string","description":"List of vnf network-instance-group"}}},"generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks":{"type":"object","properties":{"vnf-network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"generic.resource.api.vnfresourceassignments.VnfResourceAssignments":{"type":"object","properties":{"availability-zones":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"},"vnf-status":{"type":"string","description":"Orchestration status from AAI - to be set by SDNC"},"vnf-networks":{"originalRef":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks","$ref":"#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"}}},"generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones":{"type":"object","properties":{"max-count":{"type":"integer","format":"int32","description":"From the TOSCA data. Indicates the largest availability zone count needed by any vf-module in the VNF."},"availability-zone":{"type":"array","description":"Openstack availability zone name or UUID","items":{"type":"string"}}}},"generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks":{"type":"object","properties":{"vnf-network":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.VnfNetworkData","$ref":"#/definitions/generic.resource.api.VnfNetworkData"}}}},"generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.Vnfcs","$ref":"#/definitions/generic.resource.api.Vnfcs"},{"type":"object","properties":{"network-instance-group-function":{"type":"string"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"customer-bonding-requests":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"}}}]},"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests":{"type":"object","properties":{"customer-bonding-request":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest","$ref":"#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"}}}},"generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest":{"type":"object","properties":{"configuration-id":{"type":"string","description":"e.g. vlan network receptor configuration id"}}},"generic.resource.api.vnftopology.VnfTopology":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.OnapModelInformation","$ref":"#/definitions/generic.resource.api.OnapModelInformation"},{"originalRef":"#/definitions/generic.resource.api.RegionIdentifier","$ref":"#/definitions/generic.resource.api.RegionIdentifier"},{"originalRef":"#/definitions/generic.resource.api.VnfResourceAssignments","$ref":"#/definitions/generic.resource.api.VnfResourceAssignments"},{"originalRef":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure","$ref":"#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"},{"type":"object","properties":{"vnf-parameters-data":{"originalRef":"#/definitions/generic.resource.api.Param","$ref":"#/definitions/generic.resource.api.Param"},"sdnc-generated-cloud-resources":{"type":"boolean","description":"Indicate if source is sdnc generated cloud param. When true, the parameters are literal HEAT template parameter names;When false, the parameters need to be converted to HEAT format"}}}]},"generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure":{"type":"object","properties":{"nf-role":{"type":"string"},"nf-function":{"type":"string"},"nf-type":{"type":"string"},"vnf-id":{"type":"string"},"nf-code":{"type":"string","description":"used in vnf naming"},"vnf-name":{"type":"string","description":"optionally comes from vnf-request-input container or is assigned by sdn-c"},"vnf-type":{"type":"string","description":"In preload tree, this label is used for the vf-module-type"}}},"generic.resource.api.vnftopologyoperation.Output":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.ServiceResponseInformation","$ref":"#/definitions/generic.resource.api.ServiceResponseInformation"},{"originalRef":"#/definitions/generic.resource.api.TopologyResponseCommon","$ref":"#/definitions/generic.resource.api.TopologyResponseCommon"},{"originalRef":"#/definitions/generic.resource.api.VnfResponseInformation","$ref":"#/definitions/generic.resource.api.VnfResponseInformation"}]},"generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData":{"type":"object","properties":{"vnf-service-instance-id":{"type":"string"},"vnf-id":{"type":"string"},"vnrs-data":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData","$ref":"#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"}}}},"generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData":{"type":"object","properties":{"network-id":{"type":"string"},"network-instance-group-id":{"type":"string"},"network-instance-group-function":{"type":"string"},"configuration-id":{"type":"string"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"upper-tag-id":{"type":"integer","format":"int64"},"lower-tag-id":{"type":"integer","format":"int64"}}},"generic.resource.api.vnicgroups.VnicGroups":{"type":"object","properties":{"vnic-group":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"}}}},"generic.resource.api.vnicgroups.vnicgroups.VnicGroup":{"type":"object","properties":{"vlan-vnics":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"},"vlan-assignment-policy-name":{"type":"string","description":"Policy name in ASDC model & policy definition in Policy Engine"},"vlan-common-ip-addresses":{"originalRef":"#/definitions/generic.resource.api.IpAddresses","$ref":"#/definitions/generic.resource.api.IpAddresses"},"network-instance-group-function":{"type":"string","description":"network-instance-Group-function for network collection where vnics with vnic-interface-role will connect"},"vlan-tag-index-next":{"type":"integer","format":"int64","description":"Next tag to be assigned"},"vnic-interface-role":{"type":"string","description":"Same as network-role of network where vnic is connected"}}},"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics":{"type":"object","properties":{"vlan-vnic":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic","$ref":"#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"}}}},"generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic":{"type":"object","properties":{"vnic-sub-interfaces":{"originalRef":"#/definitions/generic.resource.api.SubInterfaceNetworkData","$ref":"#/definitions/generic.resource.api.SubInterfaceNetworkData"},"vnic-port-id":{"type":"string"}}},"generic.resource.api.vnics.Vnics":{"type":"object","properties":{"vnic":{"type":"array","items":{"originalRef":"#/definitions/generic.resource.api.vnics.vnics.Vnic","$ref":"#/definitions/generic.resource.api.vnics.vnics.Vnic"}}}},"generic.resource.api.vnics.vnics.Vnic":{"allOf":[{"originalRef":"#/definitions/generic.resource.api.SubInterfaces","$ref":"#/definitions/generic.resource.api.SubInterfaces"},{"type":"object","properties":{"vnic-port-id":{"type":"string"},"vnic-port-name":{"type":"string"}}}]},"generic.resource.api.vnrparameters.VnrParameters":{"type":"object","properties":{"vnf-id":{"type":"string"},"network-id":{"type":"string"},"network-instance-group-id":{"type":"string"},"network-instance-group-function":{"type":"string"},"vnf-service-instance-id":{"type":"string"},"vf-module-id":{"type":"string","description":"This is mandatory in case of rebuild"},"parent-port-role":{"type":"string"},"vnfc-instance-group-function":{"type":"string"},"upper-tag-id":{"type":"integer","format":"int64"},"lower-tag-id":{"type":"integer","format":"int64"},"network-collection-service-instance-id":{"type":"string","description":"service instance id that created network-collection"}}},"generic.resource.api.vpnbindings.VpnBindings":{"type":"object","properties":{"vpn-name":{"type":"string"},"vpn-binding-id":{"type":"string"},"route-target-role":{"type":"string"},"aic-zone":{"type":"string","description":"AIC Zone the route target associated with"},"global-route-target":{"type":"string"}}}}} \ No newline at end of file
diff --git a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml
index 0193f8d7..d6fb00a3 100644
--- a/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml
+++ b/generic-resource-api/model/swagger/src/main/yaml/generic-resource.yaml
@@ -39,11 +39,11 @@ paths:
200:
description: "generic.resource.api.BrgAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.BrgAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
+ $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -54,8 +54,8 @@ paths:
description: "generic.resource.api.BrgAllottedResources to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
+ $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
responses:
400:
description: "Internal error"
@@ -73,8 +73,8 @@ paths:
description: "generic.resource.api.BrgAllottedResources to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
+ $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
responses:
400:
description: "Internal error"
@@ -92,7 +92,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/:
+ /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/:
post:
description: "creates generic.resource.api.brgallottedresources.BrgAllottedResource"
parameters:
@@ -102,8 +102,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
responses:
400:
description: "Internal error"
@@ -111,7 +111,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/:
+ /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -128,11 +128,11 @@ paths:
200:
description: "generic.resource.api.brgallottedresources.BrgAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -149,8 +149,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
responses:
400:
description: "Internal error"
@@ -174,8 +174,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
responses:
400:
description: "Internal error"
@@ -198,7 +198,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -215,11 +215,11 @@ paths:
200:
description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -236,8 +236,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -261,8 +261,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -285,7 +285,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -302,11 +302,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -322,8 +322,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -346,8 +346,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -370,7 +370,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -387,11 +387,11 @@ paths:
200:
description: "generic.resource.api.BrgOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.BrgOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -408,8 +408,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
responses:
400:
description: "Internal error"
@@ -433,8 +433,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
responses:
400:
description: "Internal error"
@@ -457,7 +457,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -474,11 +474,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -495,8 +495,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -520,8 +520,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -544,7 +544,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -561,11 +561,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -582,8 +582,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -607,8 +607,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -631,7 +631,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/brg-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -648,11 +648,11 @@ paths:
200:
description: "generic.resource.api.brgrequestinput.BrgRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -669,8 +669,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
responses:
400:
description: "Internal error"
@@ -694,8 +694,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
responses:
400:
description: "Internal error"
@@ -718,7 +718,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -735,11 +735,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -756,8 +756,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -781,8 +781,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -805,7 +805,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -822,11 +822,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -843,8 +843,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -868,8 +868,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -892,7 +892,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -909,11 +909,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -930,8 +930,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -955,8 +955,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -979,7 +979,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -996,11 +996,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1017,8 +1017,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -1042,8 +1042,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -1066,7 +1066,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1083,11 +1083,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1103,8 +1103,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -1127,8 +1127,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -1151,7 +1151,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -1165,8 +1165,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -1174,7 +1174,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1196,11 +1196,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1221,8 +1221,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -1250,8 +1250,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -1279,7 +1279,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1301,11 +1301,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1327,8 +1327,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -1357,8 +1357,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -1386,7 +1386,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -1406,8 +1406,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -1415,7 +1415,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1442,11 +1442,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1473,8 +1473,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -1508,8 +1508,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -1542,7 +1542,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1559,11 +1559,11 @@ paths:
200:
description: "generic.resource.api.brgtopology.BrgTopology"
schema:
- $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1580,8 +1580,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
responses:
400:
description: "Internal error"
@@ -1605,8 +1605,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
responses:
400:
description: "Internal error"
@@ -1629,7 +1629,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1646,11 +1646,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1667,8 +1667,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -1692,8 +1692,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -1716,7 +1716,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1733,11 +1733,11 @@ paths:
200:
description: "generic.resource.api.brgassignments.BrgAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1754,8 +1754,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
responses:
400:
description: "Internal error"
@@ -1779,8 +1779,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
responses:
400:
description: "Internal error"
@@ -1803,7 +1803,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1820,11 +1820,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1840,8 +1840,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -1864,8 +1864,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -1888,7 +1888,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -1902,8 +1902,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -1911,7 +1911,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -1933,11 +1933,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -1958,8 +1958,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -1987,8 +1987,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -2016,7 +2016,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2038,11 +2038,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2064,8 +2064,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -2094,8 +2094,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -2123,7 +2123,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -2143,8 +2143,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -2152,7 +2152,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2179,11 +2179,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2210,8 +2210,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -2245,8 +2245,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -2279,7 +2279,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2296,11 +2296,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2317,8 +2317,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -2342,8 +2342,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -2366,7 +2366,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2383,11 +2383,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2404,8 +2404,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -2429,8 +2429,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -2465,11 +2465,11 @@ paths:
200:
description: "generic.resource.api.ConnectionAttachmentAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2481,8 +2481,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
responses:
400:
description: "Internal error"
@@ -2501,8 +2501,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
responses:
400:
description: "Internal error"
@@ -2520,7 +2520,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/
: post:
description: "creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
parameters:
@@ -2530,8 +2530,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
responses:
400:
description: "Internal error"
@@ -2539,7 +2539,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2556,11 +2556,11 @@ paths:
200:
description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2577,8 +2577,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
responses:
400:
description: "Internal error"
@@ -2602,8 +2602,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
responses:
400:
description: "Internal error"
@@ -2626,7 +2626,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2643,11 +2643,11 @@ paths:
200:
description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2664,8 +2664,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -2689,8 +2689,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -2713,7 +2713,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2730,11 +2730,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2750,8 +2750,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -2774,8 +2774,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -2798,7 +2798,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2815,11 +2815,11 @@ paths:
200:
description: "generic.resource.api.ConnectionAttachmentOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2836,8 +2836,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
responses:
400:
description: "Internal error"
@@ -2861,8 +2861,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
responses:
400:
description: "Internal error"
@@ -2885,7 +2885,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2902,11 +2902,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -2923,8 +2923,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -2948,8 +2948,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -2972,7 +2972,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -2989,11 +2989,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3010,8 +3010,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -3035,8 +3035,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -3059,7 +3059,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3076,11 +3076,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3096,8 +3096,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -3120,8 +3120,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -3144,7 +3144,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -3158,8 +3158,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -3167,7 +3167,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3189,11 +3189,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3214,8 +3214,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -3243,8 +3243,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -3272,7 +3272,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3294,11 +3294,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3320,8 +3320,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -3350,8 +3350,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -3379,7 +3379,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -3399,8 +3399,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -3408,7 +3408,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3435,11 +3435,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3466,8 +3466,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -3501,8 +3501,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -3535,7 +3535,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3552,11 +3552,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3573,8 +3573,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -3598,8 +3598,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -3622,7 +3622,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3639,11 +3639,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3660,8 +3660,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -3685,8 +3685,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -3709,7 +3709,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3726,11 +3726,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3747,8 +3747,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -3772,8 +3772,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -3796,7 +3796,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3813,11 +3813,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3834,8 +3834,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -3859,8 +3859,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -3883,7 +3883,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -3900,11 +3900,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -3920,8 +3920,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -3944,8 +3944,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -3968,7 +3968,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -3982,8 +3982,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -3991,7 +3991,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4013,11 +4013,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4038,8 +4038,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -4067,8 +4067,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -4096,7 +4096,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4118,11 +4118,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4144,8 +4144,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -4174,8 +4174,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -4203,7 +4203,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -4223,8 +4223,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -4232,7 +4232,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4259,11 +4259,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4290,8 +4290,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -4325,8 +4325,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -4359,7 +4359,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4376,11 +4376,11 @@ paths:
200:
description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4397,8 +4397,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
responses:
400:
description: "Internal error"
@@ -4422,8 +4422,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
responses:
400:
description: "Internal error"
@@ -4446,7 +4446,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4463,11 +4463,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4484,8 +4484,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -4509,8 +4509,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -4533,7 +4533,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4550,11 +4550,11 @@ paths:
200:
description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4571,8 +4571,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
responses:
400:
description: "Internal error"
@@ -4596,8 +4596,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
responses:
400:
description: "Internal error"
@@ -4620,7 +4620,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4637,11 +4637,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4657,8 +4657,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -4681,8 +4681,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -4705,7 +4705,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -4719,8 +4719,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -4728,7 +4728,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4750,11 +4750,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4775,8 +4775,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -4804,8 +4804,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -4833,7 +4833,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4855,11 +4855,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -4881,8 +4881,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -4911,8 +4911,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -4940,7 +4940,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -4960,8 +4960,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -4969,7 +4969,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -4996,11 +4996,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5027,8 +5027,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -5062,8 +5062,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -5096,7 +5096,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5113,11 +5113,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5134,8 +5134,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -5159,8 +5159,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -5183,7 +5183,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5200,11 +5200,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5221,8 +5221,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -5246,8 +5246,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -5282,11 +5282,11 @@ paths:
200:
description: "generic.resource.api.ContrailRouteAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5298,8 +5298,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
responses:
400:
description: "Internal error"
@@ -5318,8 +5318,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
responses:
400:
description: "Internal error"
@@ -5337,7 +5337,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/:
+ /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/:
post:
description: "creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
parameters:
@@ -5347,8 +5347,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
responses:
400:
description: "Internal error"
@@ -5356,7 +5356,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5373,11 +5373,11 @@ paths:
200:
description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5394,8 +5394,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
responses:
400:
description: "Internal error"
@@ -5419,8 +5419,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
responses:
400:
description: "Internal error"
@@ -5443,7 +5443,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5460,11 +5460,11 @@ paths:
200:
description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5481,8 +5481,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -5506,8 +5506,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -5530,7 +5530,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5547,11 +5547,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5567,8 +5567,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -5591,8 +5591,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -5615,7 +5615,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5632,11 +5632,11 @@ paths:
200:
description: "generic.resource.api.ContrailRouteOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5653,8 +5653,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
responses:
400:
description: "Internal error"
@@ -5678,8 +5678,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
responses:
400:
description: "Internal error"
@@ -5702,7 +5702,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5719,11 +5719,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5740,8 +5740,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -5765,8 +5765,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -5789,7 +5789,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5806,11 +5806,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5827,8 +5827,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -5852,8 +5852,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -5876,7 +5876,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5893,11 +5893,11 @@ paths:
200:
description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -5914,8 +5914,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
responses:
400:
description: "Internal error"
@@ -5939,8 +5939,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
responses:
400:
description: "Internal error"
@@ -5963,7 +5963,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -5980,11 +5980,11 @@ paths:
200:
description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6001,8 +6001,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
responses:
400:
description: "Internal error"
@@ -6026,8 +6026,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
responses:
400:
description: "Internal error"
@@ -6050,7 +6050,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6067,11 +6067,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6087,8 +6087,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -6111,8 +6111,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -6135,7 +6135,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -6149,8 +6149,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -6158,7 +6158,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6180,11 +6180,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6205,8 +6205,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -6234,8 +6234,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -6263,7 +6263,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6285,11 +6285,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6311,8 +6311,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -6341,8 +6341,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -6370,7 +6370,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -6390,8 +6390,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -6399,7 +6399,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6426,11 +6426,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6457,8 +6457,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -6492,8 +6492,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -6526,7 +6526,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6543,11 +6543,11 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6563,8 +6563,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -6587,8 +6587,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -6611,7 +6611,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6628,11 +6628,11 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6648,8 +6648,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -6672,8 +6672,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -6696,7 +6696,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6713,11 +6713,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6734,8 +6734,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -6759,8 +6759,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -6783,7 +6783,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6800,11 +6800,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6821,8 +6821,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -6846,8 +6846,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -6870,7 +6870,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6887,11 +6887,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6908,8 +6908,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -6933,8 +6933,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -6957,7 +6957,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -6974,11 +6974,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -6995,8 +6995,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -7020,8 +7020,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -7044,7 +7044,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7061,11 +7061,11 @@ paths:
200:
description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology"
schema:
- $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7082,8 +7082,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
responses:
400:
description: "Internal error"
@@ -7107,8 +7107,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
responses:
400:
description: "Internal error"
@@ -7131,7 +7131,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7148,11 +7148,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7169,8 +7169,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -7194,8 +7194,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -7218,7 +7218,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7235,11 +7235,11 @@ paths:
200:
description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7256,8 +7256,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
responses:
400:
description: "Internal error"
@@ -7281,8 +7281,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
responses:
400:
description: "Internal error"
@@ -7305,7 +7305,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7322,11 +7322,11 @@ paths:
200:
description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7343,8 +7343,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
responses:
400:
description: "Internal error"
@@ -7368,8 +7368,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
responses:
400:
description: "Internal error"
@@ -7392,7 +7392,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7409,11 +7409,11 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7429,8 +7429,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -7453,8 +7453,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -7477,7 +7477,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7494,11 +7494,11 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7514,8 +7514,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -7538,8 +7538,8 @@ paths:
description: "generic.resource.api.NetworkInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
responses:
400:
description: "Internal error"
@@ -7562,7 +7562,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7579,11 +7579,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7599,8 +7599,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -7623,8 +7623,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -7647,7 +7647,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -7661,8 +7661,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -7670,7 +7670,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7692,11 +7692,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7717,8 +7717,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -7746,8 +7746,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -7775,7 +7775,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7797,11 +7797,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7823,8 +7823,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -7853,8 +7853,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -7882,7 +7882,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -7902,8 +7902,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -7911,7 +7911,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -7938,11 +7938,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -7969,8 +7969,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -8004,8 +8004,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -8038,7 +8038,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8055,11 +8055,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8076,8 +8076,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -8101,8 +8101,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -8125,7 +8125,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8142,11 +8142,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8163,8 +8163,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -8188,8 +8188,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -8224,11 +8224,11 @@ paths:
200:
description: "generic.resource.api.GenericConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.GenericConfigurations"
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GenericConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
+ $ref: "#/definitions/generic.resource.api.GenericConfigurations"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8239,8 +8239,8 @@ paths:
description: "generic.resource.api.GenericConfigurations to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.GenericConfigurations"
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
+ $ref: "#/definitions/generic.resource.api.GenericConfigurations"
responses:
400:
description: "Internal error"
@@ -8258,8 +8258,8 @@ paths:
description: "generic.resource.api.GenericConfigurations to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.GenericConfigurations"
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
+ $ref: "#/definitions/generic.resource.api.GenericConfigurations"
responses:
400:
description: "Internal error"
@@ -8277,7 +8277,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/:
+ /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/:
post:
description: "creates generic.resource.api.genericconfigurations.GcConfiguration"
parameters:
@@ -8287,8 +8287,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
responses:
400:
description: "Internal error"
@@ -8296,7 +8296,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/:
+ /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8313,11 +8313,11 @@ paths:
200:
description: "generic.resource.api.genericconfigurations.GcConfiguration"
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
- responseSchema:
$ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8334,8 +8334,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
responses:
400:
description: "Internal error"
@@ -8359,8 +8359,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
responses:
400:
description: "Internal error"
@@ -8383,7 +8383,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8400,11 +8400,11 @@ paths:
200:
description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8421,8 +8421,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
responses:
400:
description: "Internal error"
@@ -8446,8 +8446,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
responses:
400:
description: "Internal error"
@@ -8470,7 +8470,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8487,11 +8487,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8507,8 +8507,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -8531,8 +8531,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -8555,7 +8555,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8572,11 +8572,11 @@ paths:
200:
description: "generic.resource.api.GcTopologyOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8593,8 +8593,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
responses:
400:
description: "Internal error"
@@ -8618,8 +8618,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
responses:
400:
description: "Internal error"
@@ -8642,7 +8642,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8659,11 +8659,11 @@ paths:
200:
description: "generic.resource.api.configurationinformation.ConfigurationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8680,8 +8680,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
responses:
400:
description: "Internal error"
@@ -8705,8 +8705,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
responses:
400:
description: "Internal error"
@@ -8729,7 +8729,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8746,11 +8746,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8767,8 +8767,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -8792,8 +8792,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -8816,7 +8816,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8833,11 +8833,11 @@ paths:
200:
description: "generic.resource.api.gcrequestinput.GcRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8854,8 +8854,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
responses:
400:
description: "Internal error"
@@ -8879,8 +8879,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
responses:
400:
description: "Internal error"
@@ -8903,7 +8903,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/
: post:
description: "creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
parameters:
@@ -8918,8 +8918,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
responses:
400:
description: "Internal error"
@@ -8927,7 +8927,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/{configuration-ids-configuration-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -8949,11 +8949,11 @@ paths:
200:
description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
- responseSchema:
$ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -8975,8 +8975,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
responses:
400:
description: "Internal error"
@@ -9005,8 +9005,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
responses:
400:
description: "Internal error"
@@ -9034,7 +9034,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9051,11 +9051,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9071,8 +9071,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -9095,8 +9095,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -9119,7 +9119,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -9133,8 +9133,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -9142,7 +9142,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9164,11 +9164,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9189,8 +9189,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -9218,8 +9218,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -9247,7 +9247,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9269,11 +9269,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9295,8 +9295,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -9325,8 +9325,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -9354,7 +9354,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -9374,8 +9374,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -9383,7 +9383,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9410,11 +9410,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9441,8 +9441,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -9476,8 +9476,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -9510,7 +9510,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9527,11 +9527,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9548,8 +9548,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -9573,8 +9573,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -9597,7 +9597,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9614,11 +9614,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9635,8 +9635,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -9660,8 +9660,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -9684,7 +9684,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9701,11 +9701,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9722,8 +9722,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -9747,8 +9747,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -9771,7 +9771,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9788,11 +9788,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9809,8 +9809,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -9834,8 +9834,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -9858,7 +9858,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/
+ ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -9875,11 +9875,11 @@ paths:
200:
description: "generic.resource.api.configurationstatus.ConfigurationStatus"
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9896,8 +9896,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
responses:
400:
description: "Internal error"
@@ -9921,8 +9921,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
responses:
400:
description: "Internal error"
@@ -9957,11 +9957,11 @@ paths:
200:
description: "generic.resource.api.PortMirrorConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -9973,8 +9973,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
responses:
400:
description: "Internal error"
@@ -9993,8 +9993,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
responses:
400:
description: "Internal error"
@@ -10012,7 +10012,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/:
+ /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/:
post:
description: "creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
parameters:
@@ -10022,8 +10022,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
responses:
400:
description: "Internal error"
@@ -10031,7 +10031,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/:
+ /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10048,11 +10048,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10069,8 +10069,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
responses:
400:
description: "Internal error"
@@ -10094,8 +10094,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
responses:
400:
description: "Internal error"
@@ -10118,7 +10118,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10135,11 +10135,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10156,8 +10156,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
responses:
400:
description: "Internal error"
@@ -10181,8 +10181,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
responses:
400:
description: "Internal error"
@@ -10205,7 +10205,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10222,11 +10222,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10242,8 +10242,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -10266,8 +10266,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -10290,7 +10290,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10307,11 +10307,11 @@ paths:
200:
description: "generic.resource.api.PortMirrorTopologyOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10328,8 +10328,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
responses:
400:
description: "Internal error"
@@ -10353,8 +10353,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
responses:
400:
description: "Internal error"
@@ -10377,7 +10377,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10394,11 +10394,11 @@ paths:
200:
description: "generic.resource.api.configurationinformation.ConfigurationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10415,8 +10415,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
responses:
400:
description: "Internal error"
@@ -10440,8 +10440,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
responses:
400:
description: "Internal error"
@@ -10464,7 +10464,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10481,11 +10481,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10502,8 +10502,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -10527,8 +10527,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -10551,7 +10551,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10568,11 +10568,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10589,8 +10589,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
responses:
400:
description: "Internal error"
@@ -10614,8 +10614,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
responses:
400:
description: "Internal error"
@@ -10638,7 +10638,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10655,11 +10655,11 @@ paths:
200:
description: "generic.resource.api.PortInfo"
schema:
- $ref: "#/definitions/generic.resource.api.PortInfo"
originalRef: "#/definitions/generic.resource.api.PortInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortInfo"
+ $ref: "#/definitions/generic.resource.api.PortInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10675,8 +10675,8 @@ paths:
description: "generic.resource.api.PortInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortInfo"
originalRef: "#/definitions/generic.resource.api.PortInfo"
+ $ref: "#/definitions/generic.resource.api.PortInfo"
responses:
400:
description: "Internal error"
@@ -10699,8 +10699,8 @@ paths:
description: "generic.resource.api.PortInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PortInfo"
originalRef: "#/definitions/generic.resource.api.PortInfo"
+ $ref: "#/definitions/generic.resource.api.PortInfo"
responses:
400:
description: "Internal error"
@@ -10723,7 +10723,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10740,11 +10740,11 @@ paths:
200:
description: "generic.resource.api.pnfinformation.PnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10761,8 +10761,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
responses:
400:
description: "Internal error"
@@ -10786,8 +10786,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
responses:
400:
description: "Internal error"
@@ -10810,7 +10810,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10827,11 +10827,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10848,8 +10848,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -10873,8 +10873,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -10897,7 +10897,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -10914,11 +10914,11 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -10935,8 +10935,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -10960,8 +10960,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -10984,7 +10984,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11001,11 +11001,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11022,8 +11022,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11047,8 +11047,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11071,7 +11071,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11088,11 +11088,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11108,8 +11108,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -11132,8 +11132,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -11156,7 +11156,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -11170,8 +11170,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -11179,7 +11179,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11201,11 +11201,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11226,8 +11226,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -11255,8 +11255,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -11284,7 +11284,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11306,11 +11306,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11332,8 +11332,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -11362,8 +11362,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -11391,7 +11391,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -11411,8 +11411,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -11420,7 +11420,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11447,11 +11447,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11478,8 +11478,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -11513,8 +11513,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -11547,7 +11547,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11564,11 +11564,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11585,8 +11585,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
responses:
400:
description: "Internal error"
@@ -11610,8 +11610,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
responses:
400:
description: "Internal error"
@@ -11634,7 +11634,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11651,11 +11651,11 @@ paths:
200:
description: "generic.resource.api.pnfinformation.PnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11672,8 +11672,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
responses:
400:
description: "Internal error"
@@ -11697,8 +11697,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
responses:
400:
description: "Internal error"
@@ -11721,7 +11721,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11738,11 +11738,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11759,8 +11759,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11784,8 +11784,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11808,7 +11808,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11825,11 +11825,11 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11846,8 +11846,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -11871,8 +11871,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -11895,7 +11895,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11912,11 +11912,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -11933,8 +11933,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11958,8 +11958,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -11982,7 +11982,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -11999,11 +11999,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12020,8 +12020,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -12045,8 +12045,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -12069,7 +12069,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12086,11 +12086,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12107,8 +12107,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -12132,8 +12132,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -12156,7 +12156,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12173,11 +12173,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12194,8 +12194,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -12219,8 +12219,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -12243,7 +12243,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12260,11 +12260,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12281,8 +12281,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -12306,8 +12306,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -12330,7 +12330,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12347,11 +12347,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12368,8 +12368,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
responses:
400:
description: "Internal error"
@@ -12393,8 +12393,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
responses:
400:
description: "Internal error"
@@ -12417,7 +12417,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/configuration-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12434,11 +12434,11 @@ paths:
200:
description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12455,8 +12455,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
responses:
400:
description: "Internal error"
@@ -12480,8 +12480,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
responses:
400:
description: "Internal error"
@@ -12504,7 +12504,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12521,11 +12521,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12542,8 +12542,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -12567,8 +12567,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -12591,7 +12591,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12608,11 +12608,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12629,8 +12629,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
responses:
400:
description: "Internal error"
@@ -12654,8 +12654,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
responses:
400:
description: "Internal error"
@@ -12678,7 +12678,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12695,11 +12695,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12715,8 +12715,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -12739,8 +12739,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -12763,7 +12763,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -12777,8 +12777,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -12786,7 +12786,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12808,11 +12808,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12833,8 +12833,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -12862,8 +12862,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -12891,7 +12891,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -12913,11 +12913,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -12939,8 +12939,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -12969,8 +12969,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -12998,7 +12998,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -13018,8 +13018,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -13027,7 +13027,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13054,11 +13054,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13085,8 +13085,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -13120,8 +13120,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -13154,7 +13154,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13171,11 +13171,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13192,8 +13192,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
responses:
400:
description: "Internal error"
@@ -13217,8 +13217,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
responses:
400:
description: "Internal error"
@@ -13241,7 +13241,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13258,11 +13258,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13279,8 +13279,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
responses:
400:
description: "Internal error"
@@ -13304,8 +13304,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
responses:
400:
description: "Internal error"
@@ -13328,7 +13328,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/
+ ? /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/
: post:
description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
parameters:
@@ -13343,8 +13343,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
responses:
400:
description: "Internal error"
@@ -13352,7 +13352,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13374,11 +13374,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13400,8 +13400,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
responses:
400:
description: "Internal error"
@@ -13430,8 +13430,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
responses:
400:
description: "Internal error"
@@ -13459,7 +13459,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13481,11 +13481,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13506,8 +13506,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -13535,8 +13535,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -13564,7 +13564,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13586,11 +13586,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13612,8 +13612,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -13642,8 +13642,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -13671,7 +13671,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13688,11 +13688,11 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13709,8 +13709,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
responses:
400:
description: "Internal error"
@@ -13734,8 +13734,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
responses:
400:
description: "Internal error"
@@ -13758,7 +13758,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13775,11 +13775,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13795,8 +13795,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -13819,8 +13819,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -13843,7 +13843,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -13857,8 +13857,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -13866,7 +13866,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13888,11 +13888,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -13913,8 +13913,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -13942,8 +13942,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -13971,7 +13971,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -13993,11 +13993,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14019,8 +14019,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -14049,8 +14049,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -14078,7 +14078,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -14098,8 +14098,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -14107,7 +14107,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14134,11 +14134,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14165,8 +14165,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -14200,8 +14200,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -14234,7 +14234,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/
+ ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14251,11 +14251,11 @@ paths:
200:
description: "generic.resource.api.configurationstatus.ConfigurationStatus"
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14272,8 +14272,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
responses:
400:
description: "Internal error"
@@ -14297,8 +14297,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
responses:
400:
description: "Internal error"
@@ -14333,11 +14333,11 @@ paths:
200:
description: "generic.resource.api.PreloadModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PreloadModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14349,8 +14349,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
responses:
400:
description: "Internal error"
@@ -14369,8 +14369,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
responses:
400:
description: "Internal error"
@@ -14388,7 +14388,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/:
+ /config/GENERIC-RESOURCE-API:preload-information/preload-list/:
post:
description: "creates generic.resource.api.preloadmodelinformation.PreloadList"
parameters:
@@ -14398,8 +14398,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
responses:
400:
description: "Internal error"
@@ -14407,7 +14407,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/:
+ /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14429,11 +14429,11 @@ paths:
200:
description: "generic.resource.api.preloadmodelinformation.PreloadList"
schema:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14455,8 +14455,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
responses:
400:
description: "Internal error"
@@ -14485,8 +14485,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
responses:
400:
description: "Internal error"
@@ -14514,7 +14514,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14536,11 +14536,11 @@ paths:
200:
description: "generic.resource.api.preloaddata.PreloadData"
schema:
- $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14562,8 +14562,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
responses:
400:
description: "Internal error"
@@ -14592,8 +14592,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
responses:
400:
description: "Internal error"
@@ -14621,7 +14621,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14643,11 +14643,11 @@ paths:
200:
description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
schema:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14669,8 +14669,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
responses:
400:
description: "Internal error"
@@ -14699,8 +14699,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
responses:
400:
description: "Internal error"
@@ -14728,7 +14728,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/
: post:
description: "creates generic.resource.api.hostroutes.HostRoutes"
parameters:
@@ -14747,8 +14747,8 @@ paths:
description: "generic.resource.api.hostroutes.HostRoutes to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
responses:
400:
description: "Internal error"
@@ -14756,7 +14756,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/{route-prefix}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14783,11 +14783,11 @@ paths:
200:
description: "generic.resource.api.hostroutes.HostRoutes"
schema:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14813,8 +14813,8 @@ paths:
description: "generic.resource.api.hostroutes.HostRoutes to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
responses:
400:
description: "Internal error"
@@ -14847,8 +14847,8 @@ paths:
description: "generic.resource.api.hostroutes.HostRoutes to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
responses:
400:
description: "Internal error"
@@ -14881,7 +14881,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/
: post:
description: "creates generic.resource.api.networkpolicy.NetworkPolicy"
parameters:
@@ -14901,8 +14901,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
responses:
400:
description: "Internal error"
@@ -14910,7 +14910,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/{network-policy-fqdn}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -14937,11 +14937,11 @@ paths:
200:
description: "generic.resource.api.networkpolicy.NetworkPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -14968,8 +14968,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
responses:
400:
description: "Internal error"
@@ -15003,8 +15003,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
responses:
400:
description: "Internal error"
@@ -15037,7 +15037,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15059,11 +15059,11 @@ paths:
200:
description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15085,8 +15085,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -15115,8 +15115,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -15144,7 +15144,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15166,11 +15166,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15191,8 +15191,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -15220,8 +15220,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -15249,7 +15249,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -15269,8 +15269,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -15278,7 +15278,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15305,11 +15305,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15336,8 +15336,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -15371,8 +15371,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -15405,7 +15405,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15432,11 +15432,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15462,8 +15462,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -15496,8 +15496,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -15530,7 +15530,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/route-table-reference/
: post:
description: "creates generic.resource.api.routetablereference.RouteTableReference"
parameters:
@@ -15550,8 +15550,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
responses:
400:
description: "Internal error"
@@ -15559,7 +15559,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15586,11 +15586,11 @@ paths:
200:
description: "generic.resource.api.routetablereference.RouteTableReference"
schema:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
- responseSchema:
$ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15617,8 +15617,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
responses:
400:
description: "Internal error"
@@ -15652,8 +15652,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
responses:
400:
description: "Internal error"
@@ -15686,7 +15686,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/
: post:
description: "creates generic.resource.api.subnets.Subnets"
parameters:
@@ -15705,8 +15705,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -15714,7 +15714,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/{start-address}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15741,11 +15741,11 @@ paths:
200:
description: "generic.resource.api.subnets.Subnets"
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15771,8 +15771,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -15805,8 +15805,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -15839,7 +15839,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/
: post:
description: "creates generic.resource.api.vpnbindings.VpnBindings"
parameters:
@@ -15859,8 +15859,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -15868,7 +15868,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/{vpn-binding-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -15895,11 +15895,11 @@ paths:
200:
description: "generic.resource.api.vpnbindings.VpnBindings"
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -15926,8 +15926,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -15961,8 +15961,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -15995,7 +15995,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16017,11 +16017,11 @@ paths:
200:
description: "generic.resource.api.preloadoperstatus.PreloadOperStatus"
schema:
- $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16043,8 +16043,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
responses:
400:
description: "Internal error"
@@ -16073,8 +16073,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
responses:
400:
description: "Internal error"
@@ -16102,7 +16102,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16124,11 +16124,11 @@ paths:
200:
description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
schema:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16150,8 +16150,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
responses:
400:
description: "Internal error"
@@ -16180,8 +16180,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
responses:
400:
description: "Internal error"
@@ -16209,7 +16209,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16231,11 +16231,11 @@ paths:
200:
description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16257,8 +16257,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
responses:
400:
description: "Internal error"
@@ -16287,8 +16287,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
responses:
400:
description: "Internal error"
@@ -16316,7 +16316,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16338,11 +16338,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16364,8 +16364,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -16394,8 +16394,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -16423,7 +16423,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16445,11 +16445,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16471,8 +16471,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
responses:
400:
description: "Internal error"
@@ -16501,8 +16501,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
responses:
400:
description: "Internal error"
@@ -16530,7 +16530,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16552,11 +16552,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16578,8 +16578,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
responses:
400:
description: "Internal error"
@@ -16608,8 +16608,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
responses:
400:
description: "Internal error"
@@ -16637,7 +16637,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/
+ ? /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/
: post:
description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
parameters:
@@ -16657,8 +16657,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -16666,7 +16666,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16693,11 +16693,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16724,8 +16724,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -16759,8 +16759,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -16793,7 +16793,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16815,11 +16815,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16841,8 +16841,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
responses:
400:
description: "Internal error"
@@ -16871,8 +16871,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
responses:
400:
description: "Internal error"
@@ -16900,7 +16900,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/
+ ? /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/
: post:
description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
parameters:
@@ -16920,8 +16920,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -16929,7 +16929,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -16956,11 +16956,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -16987,8 +16987,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -17022,8 +17022,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -17056,7 +17056,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17083,11 +17083,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17114,8 +17114,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
responses:
400:
description: "Internal error"
@@ -17149,8 +17149,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
responses:
400:
description: "Internal error"
@@ -17183,7 +17183,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/
+ ? /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/
: post:
description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
parameters:
@@ -17208,8 +17208,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -17217,7 +17217,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17249,11 +17249,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17285,8 +17285,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -17325,8 +17325,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -17364,7 +17364,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17396,11 +17396,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.VnicGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17431,8 +17431,8 @@ paths:
description: "generic.resource.api.vnicgroups.VnicGroups to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
responses:
400:
description: "Internal error"
@@ -17470,8 +17470,8 @@ paths:
description: "generic.resource.api.vnicgroups.VnicGroups to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
responses:
400:
description: "Internal error"
@@ -17509,7 +17509,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/
+ ? /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/
: post:
description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
parameters:
@@ -17539,8 +17539,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -17548,7 +17548,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17585,11 +17585,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17626,8 +17626,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -17671,8 +17671,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -17715,7 +17715,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17752,11 +17752,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17792,8 +17792,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -17836,8 +17836,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -17880,7 +17880,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -17917,11 +17917,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -17958,8 +17958,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -18003,8 +18003,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -18047,7 +18047,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -18084,11 +18084,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -18125,8 +18125,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
responses:
400:
description: "Internal error"
@@ -18170,8 +18170,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
responses:
400:
description: "Internal error"
@@ -18214,7 +18214,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/
+ ? /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/
: post:
description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
parameters:
@@ -18249,8 +18249,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -18258,7 +18258,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -18300,11 +18300,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -18346,8 +18346,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -18396,8 +18396,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -18445,7 +18445,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -18487,11 +18487,11 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -18533,8 +18533,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -18583,8 +18583,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -18632,7 +18632,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
parameters:
@@ -18672,8 +18672,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -18681,7 +18681,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -18728,11 +18728,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -18779,8 +18779,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -18834,8 +18834,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -18888,7 +18888,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -18935,11 +18935,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -18986,8 +18986,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -19041,8 +19041,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -19095,7 +19095,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -19142,11 +19142,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -19193,8 +19193,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -19248,8 +19248,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -19302,7 +19302,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -19347,8 +19347,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -19356,7 +19356,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -19408,11 +19408,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -19464,8 +19464,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -19524,8 +19524,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -19583,7 +19583,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -19635,11 +19635,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -19691,8 +19691,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -19751,8 +19751,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -19810,7 +19810,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -19832,11 +19832,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -19858,8 +19858,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
responses:
400:
description: "Internal error"
@@ -19888,8 +19888,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
responses:
400:
description: "Internal error"
@@ -19917,7 +19917,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/
+ ? /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/
: post:
description: "creates generic.resource.api.VmTopologyData"
parameters:
@@ -19936,8 +19936,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -19945,7 +19945,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -19972,11 +19972,11 @@ paths:
200:
description: "generic.resource.api.VmTopologyData"
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmTopologyData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20002,8 +20002,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -20036,8 +20036,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -20070,7 +20070,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20097,11 +20097,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20128,8 +20128,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -20163,8 +20163,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -20197,7 +20197,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20224,11 +20224,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20254,8 +20254,8 @@ paths:
description: "generic.resource.api.vmtopologydata.VmNames to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
responses:
400:
description: "Internal error"
@@ -20288,8 +20288,8 @@ paths:
description: "generic.resource.api.vmtopologydata.VmNames to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
responses:
400:
description: "Internal error"
@@ -20322,7 +20322,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/
+ ? /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/
: post:
description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
parameters:
@@ -20347,8 +20347,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -20356,7 +20356,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20388,11 +20388,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20424,8 +20424,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -20464,8 +20464,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -20503,7 +20503,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20535,11 +20535,11 @@ paths:
200:
description: "generic.resource.api.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20570,8 +20570,8 @@ paths:
description: "generic.resource.api.VnfcNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -20609,8 +20609,8 @@ paths:
description: "generic.resource.api.VnfcNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -20648,7 +20648,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
parameters:
@@ -20678,8 +20678,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -20687,7 +20687,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20724,11 +20724,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20765,8 +20765,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -20810,8 +20810,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -20854,7 +20854,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -20891,11 +20891,11 @@ paths:
200:
description: "generic.resource.api.connectionpoint.ConnectionPoint"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -20932,8 +20932,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
responses:
400:
description: "Internal error"
@@ -20977,8 +20977,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
responses:
400:
description: "Internal error"
@@ -21021,7 +21021,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/
+ ? /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/
: post:
description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
parameters:
@@ -21056,8 +21056,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -21065,7 +21065,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -21107,11 +21107,11 @@ paths:
200:
description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -21153,8 +21153,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -21203,8 +21203,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -21252,7 +21252,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -21289,11 +21289,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -21330,8 +21330,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
responses:
400:
description: "Internal error"
@@ -21375,8 +21375,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
responses:
400:
description: "Internal error"
@@ -21419,7 +21419,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
parameters:
@@ -21454,8 +21454,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -21463,7 +21463,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -21505,11 +21505,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -21551,8 +21551,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -21601,8 +21601,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -21650,7 +21650,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -21692,11 +21692,11 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -21738,8 +21738,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -21788,8 +21788,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -21837,7 +21837,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
parameters:
@@ -21877,8 +21877,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -21886,7 +21886,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -21933,11 +21933,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -21984,8 +21984,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -22039,8 +22039,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -22093,7 +22093,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -22140,11 +22140,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -22191,8 +22191,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -22246,8 +22246,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -22300,7 +22300,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -22347,11 +22347,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -22398,8 +22398,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -22453,8 +22453,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -22507,7 +22507,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -22552,8 +22552,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -22561,7 +22561,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -22613,11 +22613,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -22669,8 +22669,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -22729,8 +22729,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -22788,7 +22788,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -22840,11 +22840,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -22896,8 +22896,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -22956,8 +22956,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -23015,7 +23015,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
parameters:
@@ -23050,8 +23050,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -23059,7 +23059,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -23101,11 +23101,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -23147,8 +23147,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -23197,8 +23197,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -23246,7 +23246,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
parameters:
@@ -23286,8 +23286,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -23295,7 +23295,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -23342,11 +23342,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -23393,8 +23393,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -23448,8 +23448,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -23502,7 +23502,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
parameters:
@@ -23547,8 +23547,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -23556,7 +23556,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -23608,11 +23608,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -23664,8 +23664,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -23724,8 +23724,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -23783,7 +23783,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -23810,11 +23810,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -23841,8 +23841,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
responses:
400:
description: "Internal error"
@@ -23876,8 +23876,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
responses:
400:
description: "Internal error"
@@ -23910,7 +23910,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/
+ ? /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/
: post:
description: "creates generic.resource.api.VmNetworkData"
parameters:
@@ -23934,8 +23934,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -23943,7 +23943,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -23975,11 +23975,11 @@ paths:
200:
description: "generic.resource.api.VmNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24010,8 +24010,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -24049,8 +24049,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -24088,7 +24088,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24120,11 +24120,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24156,8 +24156,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -24196,8 +24196,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -24235,7 +24235,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24267,11 +24267,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24303,8 +24303,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
responses:
400:
description: "Internal error"
@@ -24343,8 +24343,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
responses:
400:
description: "Internal error"
@@ -24382,7 +24382,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24414,11 +24414,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.MacAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24450,8 +24450,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
responses:
400:
description: "Internal error"
@@ -24490,8 +24490,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
responses:
400:
description: "Internal error"
@@ -24529,7 +24529,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24561,11 +24561,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24597,8 +24597,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -24637,8 +24637,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -24676,7 +24676,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -24706,8 +24706,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -24715,7 +24715,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24752,11 +24752,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24793,8 +24793,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -24838,8 +24838,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -24882,7 +24882,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -24919,11 +24919,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -24960,8 +24960,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -25005,8 +25005,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -25049,7 +25049,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25081,11 +25081,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25116,8 +25116,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -25155,8 +25155,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -25194,7 +25194,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -25224,8 +25224,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -25233,7 +25233,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25270,11 +25270,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25311,8 +25311,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -25356,8 +25356,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -25400,7 +25400,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25437,11 +25437,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25477,8 +25477,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -25521,8 +25521,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -25565,7 +25565,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25597,11 +25597,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.SriovParameters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25633,8 +25633,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
responses:
400:
description: "Internal error"
@@ -25673,8 +25673,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
responses:
400:
description: "Internal error"
@@ -25712,7 +25712,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25744,11 +25744,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25780,8 +25780,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
responses:
400:
description: "Internal error"
@@ -25820,8 +25820,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
responses:
400:
description: "Internal error"
@@ -25859,7 +25859,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -25891,11 +25891,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -25927,8 +25927,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
responses:
400:
description: "Internal error"
@@ -25967,8 +25967,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
responses:
400:
description: "Internal error"
@@ -26006,7 +26006,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26038,11 +26038,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26074,8 +26074,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
responses:
400:
description: "Internal error"
@@ -26114,8 +26114,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
responses:
400:
description: "Internal error"
@@ -26153,7 +26153,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26185,11 +26185,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26221,8 +26221,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
responses:
400:
description: "Internal error"
@@ -26261,8 +26261,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
responses:
400:
description: "Internal error"
@@ -26300,7 +26300,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26322,11 +26322,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26347,8 +26347,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -26376,8 +26376,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -26405,7 +26405,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -26424,8 +26424,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -26433,7 +26433,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26460,11 +26460,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26490,8 +26490,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -26524,8 +26524,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -26558,7 +26558,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26585,11 +26585,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26616,8 +26616,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -26651,8 +26651,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -26685,7 +26685,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -26710,8 +26710,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -26719,7 +26719,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26751,11 +26751,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26787,8 +26787,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -26827,8 +26827,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -26866,7 +26866,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26888,11 +26888,11 @@ paths:
200:
description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -26914,8 +26914,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -26944,8 +26944,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -26973,7 +26973,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -26995,11 +26995,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27021,8 +27021,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
responses:
400:
description: "Internal error"
@@ -27051,8 +27051,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
responses:
400:
description: "Internal error"
@@ -27080,7 +27080,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/availability-zones/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27102,11 +27102,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27128,8 +27128,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
responses:
400:
description: "Internal error"
@@ -27158,8 +27158,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
responses:
400:
description: "Internal error"
@@ -27187,7 +27187,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27209,11 +27209,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27235,8 +27235,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -27265,8 +27265,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -27294,7 +27294,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/
+ ? /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/
: post:
description: "creates generic.resource.api.VnfNetworkData"
parameters:
@@ -27313,8 +27313,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -27322,7 +27322,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27349,11 +27349,11 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27379,8 +27379,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -27413,8 +27413,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -27447,7 +27447,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27474,11 +27474,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27504,8 +27504,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -27538,8 +27538,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -27572,7 +27572,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -27597,8 +27597,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -27606,7 +27606,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27638,11 +27638,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27674,8 +27674,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -27714,8 +27714,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -27753,7 +27753,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27785,11 +27785,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27820,8 +27820,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -27859,8 +27859,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -27898,7 +27898,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -27925,11 +27925,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -27956,8 +27956,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -27991,8 +27991,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -28025,7 +28025,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
parameters:
@@ -28050,8 +28050,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -28059,7 +28059,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28091,11 +28091,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28127,8 +28127,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -28167,8 +28167,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -28206,7 +28206,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/
+ ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28228,11 +28228,11 @@ paths:
200:
description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28254,8 +28254,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -28284,8 +28284,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -28325,11 +28325,11 @@ paths:
200:
description: "generic.resource.api.SecurityZoneAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28341,8 +28341,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
responses:
400:
description: "Internal error"
@@ -28361,8 +28361,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
responses:
400:
description: "Internal error"
@@ -28380,7 +28380,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/:
+ /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/:
post:
description: "creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
parameters:
@@ -28390,8 +28390,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
responses:
400:
description: "Internal error"
@@ -28399,7 +28399,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28416,11 +28416,11 @@ paths:
200:
description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28437,8 +28437,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
responses:
400:
description: "Internal error"
@@ -28462,8 +28462,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
responses:
400:
description: "Internal error"
@@ -28486,7 +28486,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28503,11 +28503,11 @@ paths:
200:
description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28524,8 +28524,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -28549,8 +28549,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -28573,7 +28573,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28590,11 +28590,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28610,8 +28610,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -28634,8 +28634,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -28658,7 +28658,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28675,11 +28675,11 @@ paths:
200:
description: "generic.resource.api.SecurityZoneOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28696,8 +28696,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
responses:
400:
description: "Internal error"
@@ -28721,8 +28721,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
responses:
400:
description: "Internal error"
@@ -28745,7 +28745,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28762,11 +28762,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28783,8 +28783,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -28808,8 +28808,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -28832,7 +28832,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28849,11 +28849,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28870,8 +28870,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -28895,8 +28895,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -28919,7 +28919,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -28936,11 +28936,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -28957,8 +28957,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -28982,8 +28982,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -29006,7 +29006,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29023,11 +29023,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29044,8 +29044,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -29069,8 +29069,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -29093,7 +29093,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29110,11 +29110,11 @@ paths:
200:
description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29131,8 +29131,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
responses:
400:
description: "Internal error"
@@ -29156,8 +29156,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
responses:
400:
description: "Internal error"
@@ -29180,7 +29180,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29197,11 +29197,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29217,8 +29217,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -29241,8 +29241,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -29265,7 +29265,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -29279,8 +29279,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -29288,7 +29288,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29310,11 +29310,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29335,8 +29335,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -29364,8 +29364,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -29393,7 +29393,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29415,11 +29415,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29441,8 +29441,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -29471,8 +29471,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -29500,7 +29500,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -29520,8 +29520,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -29529,7 +29529,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29556,11 +29556,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29587,8 +29587,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -29622,8 +29622,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -29656,7 +29656,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29673,11 +29673,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29694,8 +29694,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -29719,8 +29719,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -29743,7 +29743,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29760,11 +29760,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29781,8 +29781,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -29806,8 +29806,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -29830,7 +29830,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29847,11 +29847,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29867,8 +29867,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -29891,8 +29891,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -29915,7 +29915,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -29929,8 +29929,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -29938,7 +29938,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -29960,11 +29960,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -29985,8 +29985,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -30014,8 +30014,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -30043,7 +30043,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30065,11 +30065,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30091,8 +30091,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -30121,8 +30121,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -30150,7 +30150,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -30170,8 +30170,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -30179,7 +30179,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30206,11 +30206,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30237,8 +30237,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -30272,8 +30272,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -30306,7 +30306,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30323,11 +30323,11 @@ paths:
200:
description: "generic.resource.api.securityzonetopology.SecurityZoneTopology"
schema:
- $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30344,8 +30344,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
responses:
400:
description: "Internal error"
@@ -30369,8 +30369,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
responses:
400:
description: "Internal error"
@@ -30393,7 +30393,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30410,11 +30410,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30431,8 +30431,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -30456,8 +30456,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -30480,7 +30480,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30497,11 +30497,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30518,8 +30518,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -30543,8 +30543,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -30567,7 +30567,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30584,11 +30584,11 @@ paths:
200:
description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30605,8 +30605,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
responses:
400:
description: "Internal error"
@@ -30630,8 +30630,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
responses:
400:
description: "Internal error"
@@ -30654,7 +30654,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30671,11 +30671,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30691,8 +30691,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -30715,8 +30715,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -30739,7 +30739,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -30753,8 +30753,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -30762,7 +30762,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30784,11 +30784,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30809,8 +30809,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -30838,8 +30838,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -30867,7 +30867,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -30889,11 +30889,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -30915,8 +30915,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -30945,8 +30945,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -30974,7 +30974,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -30994,8 +30994,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -31003,7 +31003,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31030,11 +31030,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31061,8 +31061,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -31096,8 +31096,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -31130,7 +31130,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31147,11 +31147,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31168,8 +31168,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -31193,8 +31193,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -31229,11 +31229,11 @@ paths:
200:
description: "generic.resource.api.ServiceModelInfrastructure"
schema:
- $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31245,8 +31245,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
responses:
400:
description: "Internal error"
@@ -31265,8 +31265,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
responses:
400:
description: "Internal error"
@@ -31284,7 +31284,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/:
+ /config/GENERIC-RESOURCE-API:services/service/:
post:
description: "creates generic.resource.api.servicemodelinfrastructure.Service"
parameters:
@@ -31294,8 +31294,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
responses:
400:
description: "Internal error"
@@ -31303,7 +31303,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/:
+ /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31320,11 +31320,11 @@ paths:
200:
description: "generic.resource.api.servicemodelinfrastructure.Service"
schema:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31341,8 +31341,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
responses:
400:
description: "Internal error"
@@ -31366,8 +31366,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
responses:
400:
description: "Internal error"
@@ -31390,7 +31390,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/:
+ /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31407,11 +31407,11 @@ paths:
200:
description: "generic.resource.api.servicedata.ServiceData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31428,8 +31428,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
responses:
400:
description: "Internal error"
@@ -31453,8 +31453,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
responses:
400:
description: "Internal error"
@@ -31477,7 +31477,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31494,11 +31494,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31515,8 +31515,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
responses:
400:
description: "Internal error"
@@ -31540,8 +31540,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
responses:
400:
description: "Internal error"
@@ -31564,7 +31564,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/
: post:
description: "creates generic.resource.api.AllottedResourceInfo"
parameters:
@@ -31578,8 +31578,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -31587,7 +31587,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31609,11 +31609,11 @@ paths:
200:
description: "generic.resource.api.AllottedResourceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31634,8 +31634,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -31663,8 +31663,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -31692,7 +31692,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31709,11 +31709,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ForwardingPaths"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31730,8 +31730,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
responses:
400:
description: "Internal error"
@@ -31755,8 +31755,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
responses:
400:
description: "Internal error"
@@ -31779,7 +31779,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/
: post:
description: "creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
parameters:
@@ -31794,8 +31794,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
responses:
400:
description: "Internal error"
@@ -31803,7 +31803,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31825,11 +31825,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31851,8 +31851,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
responses:
400:
description: "Internal error"
@@ -31881,8 +31881,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
responses:
400:
description: "Internal error"
@@ -31910,7 +31910,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -31932,11 +31932,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -31958,8 +31958,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -31988,8 +31988,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -32017,7 +32017,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32039,11 +32039,11 @@ paths:
200:
description: "generic.resource.api.forwardingpathinformation.ServicePaths"
schema:
- $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
- responseSchema:
$ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32065,8 +32065,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
responses:
400:
description: "Internal error"
@@ -32095,8 +32095,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
responses:
400:
description: "Internal error"
@@ -32124,7 +32124,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/
: post:
description: "creates generic.resource.api.ServicePathInformation"
parameters:
@@ -32143,8 +32143,8 @@ paths:
description: "generic.resource.api.ServicePathInformation to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
responses:
400:
description: "Internal error"
@@ -32152,7 +32152,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32179,11 +32179,11 @@ paths:
200:
description: "generic.resource.api.ServicePathInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ServicePathInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32209,8 +32209,8 @@ paths:
description: "generic.resource.api.ServicePathInformation to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
responses:
400:
description: "Internal error"
@@ -32243,8 +32243,8 @@ paths:
description: "generic.resource.api.ServicePathInformation to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
responses:
400:
description: "Internal error"
@@ -32277,7 +32277,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/
+ ? /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/
: post:
description: "creates generic.resource.api.servicepathinformation.Service"
parameters:
@@ -32302,8 +32302,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
responses:
400:
description: "Internal error"
@@ -32311,7 +32311,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32343,11 +32343,11 @@ paths:
200:
description: "generic.resource.api.servicepathinformation.Service"
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32379,8 +32379,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
responses:
400:
description: "Internal error"
@@ -32419,8 +32419,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
responses:
400:
description: "Internal error"
@@ -32458,7 +32458,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32490,11 +32490,11 @@ paths:
200:
description: "generic.resource.api.servicepathinformation.service.Vnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32526,8 +32526,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
responses:
400:
description: "Internal error"
@@ -32566,8 +32566,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
responses:
400:
description: "Internal error"
@@ -32605,7 +32605,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/
+ ? /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/
: post:
description: "creates generic.resource.api.VnfPathInformation"
parameters:
@@ -32634,8 +32634,8 @@ paths:
description: "generic.resource.api.VnfPathInformation to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
responses:
400:
description: "Internal error"
@@ -32643,7 +32643,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32680,11 +32680,11 @@ paths:
200:
description: "generic.resource.api.VnfPathInformation"
schema:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfPathInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32720,8 +32720,8 @@ paths:
description: "generic.resource.api.VnfPathInformation to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
responses:
400:
description: "Internal error"
@@ -32764,8 +32764,8 @@ paths:
description: "generic.resource.api.VnfPathInformation to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
responses:
400:
description: "Internal error"
@@ -32808,7 +32808,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32845,11 +32845,11 @@ paths:
200:
description: "generic.resource.api.vnfpathinformation.VfModuleInstance"
schema:
- $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -32886,8 +32886,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
responses:
400:
description: "Internal error"
@@ -32931,8 +32931,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
responses:
400:
description: "Internal error"
@@ -32975,7 +32975,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -32992,11 +32992,11 @@ paths:
200:
description: "generic.resource.api.NetworkInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33012,8 +33012,8 @@ paths:
description: "generic.resource.api.NetworkInstanceGroup to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
responses:
400:
description: "Internal error"
@@ -33036,8 +33036,8 @@ paths:
description: "generic.resource.api.NetworkInstanceGroup to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
responses:
400:
description: "Internal error"
@@ -33060,7 +33060,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/
: post:
description: "creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
parameters:
@@ -33075,8 +33075,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
responses:
400:
description: "Internal error"
@@ -33084,7 +33084,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33106,11 +33106,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33132,8 +33132,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
responses:
400:
description: "Internal error"
@@ -33162,8 +33162,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
responses:
400:
description: "Internal error"
@@ -33191,7 +33191,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-route-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33213,11 +33213,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33239,8 +33239,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
responses:
400:
description: "Internal error"
@@ -33269,8 +33269,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
responses:
400:
description: "Internal error"
@@ -33298,7 +33298,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-routes/
: post:
description: "creates generic.resource.api.aggregateroutes.AggregateRoutes"
parameters:
@@ -33318,8 +33318,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
responses:
400:
description: "Internal error"
@@ -33327,7 +33327,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33354,11 +33354,11 @@ paths:
200:
description: "generic.resource.api.aggregateroutes.AggregateRoutes"
schema:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33385,8 +33385,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
responses:
400:
description: "Internal error"
@@ -33420,8 +33420,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
responses:
400:
description: "Internal error"
@@ -33454,7 +33454,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33476,11 +33476,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33502,8 +33502,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
responses:
400:
description: "Internal error"
@@ -33532,8 +33532,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
responses:
400:
description: "Internal error"
@@ -33561,7 +33561,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/
: post:
description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
parameters:
@@ -33581,8 +33581,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
responses:
400:
description: "Internal error"
@@ -33590,7 +33590,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33617,11 +33617,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33648,8 +33648,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
responses:
400:
description: "Internal error"
@@ -33683,8 +33683,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
responses:
400:
description: "Internal error"
@@ -33717,7 +33717,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33744,11 +33744,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33775,8 +33775,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
responses:
400:
description: "Internal error"
@@ -33810,8 +33810,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
responses:
400:
description: "Internal error"
@@ -33844,7 +33844,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/
+ ? /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/
: post:
description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
parameters:
@@ -33869,8 +33869,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -33878,7 +33878,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -33910,11 +33910,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -33946,8 +33946,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -33986,8 +33986,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -34025,7 +34025,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/
+ ? /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/
: post:
description: "creates generic.resource.api.vpnbindings.VpnBindings"
parameters:
@@ -34050,8 +34050,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -34059,7 +34059,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34091,11 +34091,11 @@ paths:
200:
description: "generic.resource.api.vpnbindings.VpnBindings"
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34127,8 +34127,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -34167,8 +34167,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
responses:
400:
description: "Internal error"
@@ -34206,7 +34206,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34228,11 +34228,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34254,8 +34254,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -34284,8 +34284,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -34313,7 +34313,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnet-assignment-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34335,11 +34335,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34361,8 +34361,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
responses:
400:
description: "Internal error"
@@ -34391,8 +34391,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
responses:
400:
description: "Internal error"
@@ -34420,7 +34420,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/
: post:
description: "creates generic.resource.api.subnets.Subnets"
parameters:
@@ -34439,8 +34439,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -34448,7 +34448,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/{start-address}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34475,11 +34475,11 @@ paths:
200:
description: "generic.resource.api.subnets.Subnets"
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34505,8 +34505,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -34539,8 +34539,8 @@ paths:
description: "generic.resource.api.subnets.Subnets to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
responses:
400:
description: "Internal error"
@@ -34573,7 +34573,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/vpn-binding-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34595,11 +34595,11 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34621,8 +34621,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
responses:
400:
description: "Internal error"
@@ -34651,8 +34651,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
responses:
400:
description: "Internal error"
@@ -34680,7 +34680,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34697,11 +34697,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34718,8 +34718,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
responses:
400:
description: "Internal error"
@@ -34743,8 +34743,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
responses:
400:
description: "Internal error"
@@ -34767,7 +34767,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/
: post:
description: "creates generic.resource.api.servicedata.servicedata.networks.Network"
parameters:
@@ -34782,8 +34782,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
responses:
400:
description: "Internal error"
@@ -34791,7 +34791,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34813,11 +34813,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34839,8 +34839,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
responses:
400:
description: "Internal error"
@@ -34869,8 +34869,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
responses:
400:
description: "Internal error"
@@ -34898,7 +34898,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -34920,11 +34920,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -34946,8 +34946,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
responses:
400:
description: "Internal error"
@@ -34976,8 +34976,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
responses:
400:
description: "Internal error"
@@ -35005,7 +35005,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35027,11 +35027,11 @@ paths:
200:
description: "generic.resource.api.networkinformation.NetworkInformation"
schema:
- $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35053,8 +35053,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
responses:
400:
description: "Internal error"
@@ -35083,8 +35083,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
responses:
400:
description: "Internal error"
@@ -35112,7 +35112,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35134,11 +35134,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35160,8 +35160,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -35190,8 +35190,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -35219,7 +35219,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35241,11 +35241,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35266,8 +35266,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -35295,8 +35295,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -35324,7 +35324,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35346,11 +35346,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35372,8 +35372,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -35402,8 +35402,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -35431,7 +35431,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35453,11 +35453,11 @@ paths:
200:
description: "generic.resource.api.networkrequestinput.NetworkRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35479,8 +35479,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
responses:
400:
description: "Internal error"
@@ -35509,8 +35509,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
responses:
400:
description: "Internal error"
@@ -35538,7 +35538,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35560,11 +35560,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35585,8 +35585,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -35614,8 +35614,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -35643,7 +35643,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -35662,8 +35662,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -35671,7 +35671,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35698,11 +35698,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35728,8 +35728,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -35762,8 +35762,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -35796,7 +35796,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35823,11 +35823,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -35854,8 +35854,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -35889,8 +35889,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -35923,7 +35923,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -35948,8 +35948,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -35957,7 +35957,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -35989,11 +35989,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36025,8 +36025,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -36065,8 +36065,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -36104,7 +36104,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36126,11 +36126,11 @@ paths:
200:
description: "generic.resource.api.networktopology.NetworkTopology"
schema:
- $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36152,8 +36152,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
responses:
400:
description: "Internal error"
@@ -36182,8 +36182,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
responses:
400:
description: "Internal error"
@@ -36211,7 +36211,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36233,11 +36233,11 @@ paths:
200:
description: "generic.resource.api.networkassignments.NetworkAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36259,8 +36259,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
responses:
400:
description: "Internal error"
@@ -36289,8 +36289,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
responses:
400:
description: "Internal error"
@@ -36318,7 +36318,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36340,11 +36340,11 @@ paths:
200:
description: "generic.resource.api.networkparameters.NetworkParameters"
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36366,8 +36366,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
responses:
400:
description: "Internal error"
@@ -36396,8 +36396,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
responses:
400:
description: "Internal error"
@@ -36425,7 +36425,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/network-parameter/
: post:
description: "creates generic.resource.api.networkparameters.networkparameters.NetworkParameter"
parameters:
@@ -36445,8 +36445,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
responses:
400:
description: "Internal error"
@@ -36454,7 +36454,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36481,11 +36481,11 @@ paths:
200:
description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter"
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36512,8 +36512,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
responses:
400:
description: "Internal error"
@@ -36547,8 +36547,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
responses:
400:
description: "Internal error"
@@ -36581,7 +36581,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36603,11 +36603,11 @@ paths:
200:
description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36629,8 +36629,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -36659,8 +36659,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -36688,7 +36688,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36710,11 +36710,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36735,8 +36735,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -36764,8 +36764,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -36793,7 +36793,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -36813,8 +36813,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -36822,7 +36822,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36849,11 +36849,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -36880,8 +36880,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -36915,8 +36915,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -36949,7 +36949,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -36976,11 +36976,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37006,8 +37006,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -37040,8 +37040,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -37074,7 +37074,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37096,11 +37096,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37122,8 +37122,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -37152,8 +37152,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -37181,7 +37181,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37203,11 +37203,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37229,8 +37229,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -37259,8 +37259,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -37288,7 +37288,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37310,11 +37310,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37336,8 +37336,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -37366,8 +37366,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -37395,7 +37395,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37417,11 +37417,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37443,8 +37443,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -37473,8 +37473,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -37502,7 +37502,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37524,11 +37524,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37550,8 +37550,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -37580,8 +37580,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -37609,7 +37609,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37626,11 +37626,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Pnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37647,8 +37647,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
responses:
400:
description: "Internal error"
@@ -37672,8 +37672,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
responses:
400:
description: "Internal error"
@@ -37696,7 +37696,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/
: post:
description: "creates generic.resource.api.servicedata.servicedata.pnfs.Pnf"
parameters:
@@ -37711,8 +37711,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
responses:
400:
description: "Internal error"
@@ -37720,7 +37720,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37742,11 +37742,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37768,8 +37768,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
responses:
400:
description: "Internal error"
@@ -37798,8 +37798,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
responses:
400:
description: "Internal error"
@@ -37827,7 +37827,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37849,11 +37849,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37875,8 +37875,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
responses:
400:
description: "Internal error"
@@ -37905,8 +37905,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
responses:
400:
description: "Internal error"
@@ -37934,7 +37934,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -37956,11 +37956,11 @@ paths:
200:
description: "generic.resource.api.pnfdetails.PnfDetails"
schema:
- $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -37981,8 +37981,8 @@ paths:
description: "generic.resource.api.pnfdetails.PnfDetails to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
responses:
400:
description: "Internal error"
@@ -38010,8 +38010,8 @@ paths:
description: "generic.resource.api.pnfdetails.PnfDetails to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
responses:
400:
description: "Internal error"
@@ -38039,7 +38039,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38061,11 +38061,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38087,8 +38087,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -38117,8 +38117,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -38146,7 +38146,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38168,11 +38168,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38193,8 +38193,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -38222,8 +38222,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -38251,7 +38251,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38273,11 +38273,11 @@ paths:
200:
description: "generic.resource.api.pnfrequestinput.PnfRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38299,8 +38299,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
responses:
400:
description: "Internal error"
@@ -38329,8 +38329,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
responses:
400:
description: "Internal error"
@@ -38358,7 +38358,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38380,11 +38380,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38405,8 +38405,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -38434,8 +38434,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -38463,7 +38463,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -38482,8 +38482,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -38491,7 +38491,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38518,11 +38518,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38548,8 +38548,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -38582,8 +38582,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -38616,7 +38616,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38643,11 +38643,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38674,8 +38674,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -38709,8 +38709,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -38743,7 +38743,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -38768,8 +38768,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -38777,7 +38777,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38809,11 +38809,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38845,8 +38845,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -38885,8 +38885,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -38924,7 +38924,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -38946,11 +38946,11 @@ paths:
200:
description: "generic.resource.api.pnftopology.PnfTopology"
schema:
- $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -38972,8 +38972,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
responses:
400:
description: "Internal error"
@@ -39002,8 +39002,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
responses:
400:
description: "Internal error"
@@ -39031,7 +39031,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39053,11 +39053,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39079,8 +39079,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -39109,8 +39109,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -39138,7 +39138,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39160,11 +39160,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39185,8 +39185,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -39214,8 +39214,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -39243,7 +39243,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -39262,8 +39262,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -39271,7 +39271,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39298,11 +39298,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39328,8 +39328,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -39362,8 +39362,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -39396,7 +39396,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39423,11 +39423,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39454,8 +39454,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -39489,8 +39489,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -39523,7 +39523,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -39548,8 +39548,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -39557,7 +39557,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39589,11 +39589,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39625,8 +39625,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -39665,8 +39665,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -39704,7 +39704,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39726,11 +39726,11 @@ paths:
200:
description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39752,8 +39752,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -39782,8 +39782,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -39811,7 +39811,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39833,11 +39833,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39859,8 +39859,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -39889,8 +39889,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -39918,7 +39918,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -39940,11 +39940,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -39966,8 +39966,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -39996,8 +39996,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -40025,7 +40025,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40047,11 +40047,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40073,8 +40073,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -40103,8 +40103,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -40132,7 +40132,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40154,11 +40154,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40180,8 +40180,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -40210,8 +40210,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -40239,7 +40239,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40256,11 +40256,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40277,8 +40277,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -40302,8 +40302,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -40326,7 +40326,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/
: post:
description: "creates generic.resource.api.AllottedResourceInfo"
parameters:
@@ -40340,8 +40340,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -40349,7 +40349,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40371,11 +40371,11 @@ paths:
200:
description: "generic.resource.api.AllottedResourceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40396,8 +40396,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -40425,8 +40425,8 @@ paths:
description: "generic.resource.api.AllottedResourceInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
responses:
400:
description: "Internal error"
@@ -40454,7 +40454,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40471,11 +40471,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40492,8 +40492,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
responses:
400:
description: "Internal error"
@@ -40517,8 +40517,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
responses:
400:
description: "Internal error"
@@ -40541,7 +40541,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/
: post:
description: "creates generic.resource.api.ConfigurationInfo"
parameters:
@@ -40555,8 +40555,8 @@ paths:
description: "generic.resource.api.ConfigurationInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
responses:
400:
description: "Internal error"
@@ -40564,7 +40564,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/{configuration-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40586,11 +40586,11 @@ paths:
200:
description: "generic.resource.api.ConfigurationInfo"
schema:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConfigurationInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40611,8 +40611,8 @@ paths:
description: "generic.resource.api.ConfigurationInfo to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
responses:
400:
description: "Internal error"
@@ -40640,8 +40640,8 @@ paths:
description: "generic.resource.api.ConfigurationInfo to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
responses:
400:
description: "Internal error"
@@ -40669,7 +40669,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40686,11 +40686,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40707,8 +40707,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -40732,8 +40732,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -40756,7 +40756,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40773,11 +40773,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40794,8 +40794,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -40819,8 +40819,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -40843,7 +40843,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40860,11 +40860,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40881,8 +40881,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -40906,8 +40906,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -40930,7 +40930,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -40947,11 +40947,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -40968,8 +40968,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -40993,8 +40993,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -41017,7 +41017,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41034,11 +41034,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41054,8 +41054,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -41078,8 +41078,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -41102,7 +41102,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41119,11 +41119,11 @@ paths:
200:
description: "generic.resource.api.servicerequestinput.ServiceRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41140,8 +41140,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
responses:
400:
description: "Internal error"
@@ -41165,8 +41165,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
responses:
400:
description: "Internal error"
@@ -41189,7 +41189,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41206,11 +41206,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41226,8 +41226,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -41250,8 +41250,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -41274,7 +41274,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -41288,8 +41288,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -41297,7 +41297,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41319,11 +41319,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41344,8 +41344,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -41373,8 +41373,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -41402,7 +41402,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41424,11 +41424,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41450,8 +41450,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -41480,8 +41480,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -41509,7 +41509,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/resource-key/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -41529,8 +41529,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -41538,7 +41538,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41565,11 +41565,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41596,8 +41596,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -41631,8 +41631,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -41665,7 +41665,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41682,11 +41682,11 @@ paths:
200:
description: "generic.resource.api.servicetopology.ServiceTopology"
schema:
- $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41703,8 +41703,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
responses:
400:
description: "Internal error"
@@ -41728,8 +41728,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
responses:
400:
description: "Internal error"
@@ -41752,7 +41752,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41769,11 +41769,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41790,8 +41790,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -41815,8 +41815,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -41839,7 +41839,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41856,11 +41856,11 @@ paths:
200:
description: "generic.resource.api.serviceassignments.ServiceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41877,8 +41877,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
responses:
400:
description: "Internal error"
@@ -41902,8 +41902,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
responses:
400:
description: "Internal error"
@@ -41926,7 +41926,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -41943,11 +41943,11 @@ paths:
200:
description: "generic.resource.api.serviceparameters.ServiceParameters"
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -41964,8 +41964,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
responses:
400:
description: "Internal error"
@@ -41989,8 +41989,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
responses:
400:
description: "Internal error"
@@ -42013,7 +42013,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/
: post:
description: "creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
parameters:
@@ -42028,8 +42028,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
responses:
400:
description: "Internal error"
@@ -42037,7 +42037,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/{service-parameter-name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42059,11 +42059,11 @@ paths:
200:
description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42085,8 +42085,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
responses:
400:
description: "Internal error"
@@ -42115,8 +42115,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
responses:
400:
description: "Internal error"
@@ -42144,7 +42144,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-topology-identifier/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42161,11 +42161,11 @@ paths:
200:
description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42182,8 +42182,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -42207,8 +42207,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -42231,7 +42231,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42248,11 +42248,11 @@ paths:
200:
description: "generic.resource.api.VnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42268,8 +42268,8 @@ paths:
description: "generic.resource.api.VnfcInstanceGroup to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -42292,8 +42292,8 @@ paths:
description: "generic.resource.api.VnfcInstanceGroup to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -42316,7 +42316,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/
: post:
description: "creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
parameters:
@@ -42331,8 +42331,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -42340,7 +42340,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42372,11 +42372,11 @@ paths:
200:
description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42408,8 +42408,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -42448,8 +42448,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -42487,7 +42487,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42519,11 +42519,11 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.VnfcObjects"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42555,8 +42555,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
responses:
400:
description: "Internal error"
@@ -42595,8 +42595,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
responses:
400:
description: "Internal error"
@@ -42634,7 +42634,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
parameters:
@@ -42664,8 +42664,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
responses:
400:
description: "Internal error"
@@ -42673,7 +42673,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42710,11 +42710,11 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42751,8 +42751,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
responses:
400:
description: "Internal error"
@@ -42796,8 +42796,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
responses:
400:
description: "Internal error"
@@ -42840,7 +42840,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -42877,11 +42877,11 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -42918,8 +42918,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
responses:
400:
description: "Internal error"
@@ -42963,8 +42963,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
responses:
400:
description: "Internal error"
@@ -43007,7 +43007,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
parameters:
@@ -43042,8 +43042,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -43051,7 +43051,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43093,11 +43093,11 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43139,8 +43139,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -43189,8 +43189,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -43238,7 +43238,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43280,11 +43280,11 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43326,8 +43326,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
responses:
400:
description: "Internal error"
@@ -43376,8 +43376,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
responses:
400:
description: "Internal error"
@@ -43425,7 +43425,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43467,11 +43467,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43512,8 +43512,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -43561,8 +43561,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -43610,7 +43610,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43652,11 +43652,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43698,8 +43698,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -43748,8 +43748,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -43797,7 +43797,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43814,11 +43814,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Vnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43835,8 +43835,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
responses:
400:
description: "Internal error"
@@ -43860,8 +43860,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
responses:
400:
description: "Internal error"
@@ -43884,7 +43884,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/
: post:
description: "creates generic.resource.api.servicedata.servicedata.vnfs.Vnf"
parameters:
@@ -43899,8 +43899,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
responses:
400:
description: "Internal error"
@@ -43908,7 +43908,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -43930,11 +43930,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -43956,8 +43956,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
responses:
400:
description: "Internal error"
@@ -43986,8 +43986,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
responses:
400:
description: "Internal error"
@@ -44015,7 +44015,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44037,11 +44037,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44063,8 +44063,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
responses:
400:
description: "Internal error"
@@ -44093,8 +44093,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
responses:
400:
description: "Internal error"
@@ -44122,7 +44122,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44144,11 +44144,11 @@ paths:
200:
description: "generic.resource.api.licenseinformation.LicenseInformation"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44170,8 +44170,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
responses:
400:
description: "Internal error"
@@ -44200,8 +44200,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
responses:
400:
description: "Internal error"
@@ -44229,7 +44229,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/entitlement-pool-list/
: post:
description: "creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
parameters:
@@ -44249,8 +44249,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
responses:
400:
description: "Internal error"
@@ -44258,7 +44258,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44290,11 +44290,11 @@ paths:
200:
description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44326,8 +44326,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
responses:
400:
description: "Internal error"
@@ -44366,8 +44366,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
responses:
400:
description: "Internal error"
@@ -44405,7 +44405,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/license-key-group-list/
: post:
description: "creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
parameters:
@@ -44425,8 +44425,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
responses:
400:
description: "Internal error"
@@ -44434,7 +44434,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44466,11 +44466,11 @@ paths:
200:
description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44502,8 +44502,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
responses:
400:
description: "Internal error"
@@ -44542,8 +44542,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
responses:
400:
description: "Internal error"
@@ -44581,7 +44581,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44603,11 +44603,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44629,8 +44629,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -44659,8 +44659,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -44688,7 +44688,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44710,11 +44710,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44736,8 +44736,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -44766,8 +44766,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -44795,7 +44795,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44817,11 +44817,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44843,8 +44843,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -44873,8 +44873,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -44902,7 +44902,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -44924,11 +44924,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -44950,8 +44950,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -44980,8 +44980,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -45009,7 +45009,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45031,11 +45031,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45057,8 +45057,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
responses:
400:
description: "Internal error"
@@ -45087,8 +45087,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
responses:
400:
description: "Internal error"
@@ -45116,7 +45116,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/
: post:
description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
parameters:
@@ -45136,8 +45136,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
responses:
400:
description: "Internal error"
@@ -45145,7 +45145,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45172,11 +45172,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45203,8 +45203,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
responses:
400:
description: "Internal error"
@@ -45238,8 +45238,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
responses:
400:
description: "Internal error"
@@ -45272,7 +45272,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45299,11 +45299,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45330,8 +45330,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
responses:
400:
description: "Internal error"
@@ -45365,8 +45365,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
responses:
400:
description: "Internal error"
@@ -45399,7 +45399,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45426,11 +45426,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45457,8 +45457,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -45492,8 +45492,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -45526,7 +45526,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45553,11 +45553,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45584,8 +45584,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -45619,8 +45619,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -45653,7 +45653,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45680,11 +45680,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45711,8 +45711,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -45746,8 +45746,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -45780,7 +45780,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45807,11 +45807,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45838,8 +45838,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -45873,8 +45873,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -45907,7 +45907,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -45934,11 +45934,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleinformation.VfModuleInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -45965,8 +45965,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
responses:
400:
description: "Internal error"
@@ -46000,8 +46000,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
responses:
400:
description: "Internal error"
@@ -46034,7 +46034,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46061,11 +46061,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46092,8 +46092,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -46127,8 +46127,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -46161,7 +46161,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46188,11 +46188,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46218,8 +46218,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -46252,8 +46252,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -46286,7 +46286,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46313,11 +46313,11 @@ paths:
200:
description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46344,8 +46344,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
responses:
400:
description: "Internal error"
@@ -46379,8 +46379,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
responses:
400:
description: "Internal error"
@@ -46413,7 +46413,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46440,11 +46440,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46470,8 +46470,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -46504,8 +46504,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -46538,7 +46538,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -46562,8 +46562,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -46571,7 +46571,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46603,11 +46603,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46638,8 +46638,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -46677,8 +46677,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -46716,7 +46716,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46748,11 +46748,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46784,8 +46784,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -46824,8 +46824,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -46863,7 +46863,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -46893,8 +46893,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -46902,7 +46902,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -46939,11 +46939,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -46980,8 +46980,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -47025,8 +47025,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -47069,7 +47069,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47096,11 +47096,11 @@ paths:
200:
description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47127,8 +47127,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
responses:
400:
description: "Internal error"
@@ -47162,8 +47162,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
responses:
400:
description: "Internal error"
@@ -47196,7 +47196,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47223,11 +47223,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47254,8 +47254,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -47289,8 +47289,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -47323,7 +47323,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47350,11 +47350,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47381,8 +47381,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
responses:
400:
description: "Internal error"
@@ -47416,8 +47416,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
responses:
400:
description: "Internal error"
@@ -47450,7 +47450,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47477,11 +47477,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47508,8 +47508,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
responses:
400:
description: "Internal error"
@@ -47543,8 +47543,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
responses:
400:
description: "Internal error"
@@ -47577,7 +47577,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/
+ ? /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/
: post:
description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
parameters:
@@ -47602,8 +47602,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -47611,7 +47611,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47643,11 +47643,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47679,8 +47679,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -47719,8 +47719,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
responses:
400:
description: "Internal error"
@@ -47758,7 +47758,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47785,11 +47785,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47816,8 +47816,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
responses:
400:
description: "Internal error"
@@ -47851,8 +47851,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
responses:
400:
description: "Internal error"
@@ -47885,7 +47885,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/
+ ? /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/
: post:
description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
parameters:
@@ -47910,8 +47910,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -47919,7 +47919,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -47951,11 +47951,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -47987,8 +47987,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -48027,8 +48027,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
responses:
400:
description: "Internal error"
@@ -48066,7 +48066,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -48098,11 +48098,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -48134,8 +48134,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
responses:
400:
description: "Internal error"
@@ -48174,8 +48174,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
responses:
400:
description: "Internal error"
@@ -48213,7 +48213,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/
+ ? /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/
: post:
description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
parameters:
@@ -48243,8 +48243,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -48252,7 +48252,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -48289,11 +48289,11 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -48330,8 +48330,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -48375,8 +48375,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -48419,7 +48419,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -48456,11 +48456,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.VnicGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -48496,8 +48496,8 @@ paths:
description: "generic.resource.api.vnicgroups.VnicGroups to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
responses:
400:
description: "Internal error"
@@ -48540,8 +48540,8 @@ paths:
description: "generic.resource.api.vnicgroups.VnicGroups to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
responses:
400:
description: "Internal error"
@@ -48584,7 +48584,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/
+ ? /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/
: post:
description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
parameters:
@@ -48619,8 +48619,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -48628,7 +48628,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -48670,11 +48670,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -48716,8 +48716,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -48766,8 +48766,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
responses:
400:
description: "Internal error"
@@ -48815,7 +48815,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -48857,11 +48857,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -48902,8 +48902,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -48951,8 +48951,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -49000,7 +49000,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -49042,11 +49042,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -49088,8 +49088,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -49138,8 +49138,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -49187,7 +49187,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -49229,11 +49229,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -49275,8 +49275,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
responses:
400:
description: "Internal error"
@@ -49325,8 +49325,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
responses:
400:
description: "Internal error"
@@ -49374,7 +49374,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/
+ ? /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/
: post:
description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
parameters:
@@ -49414,8 +49414,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -49423,7 +49423,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -49470,11 +49470,11 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -49521,8 +49521,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -49576,8 +49576,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
responses:
400:
description: "Internal error"
@@ -49630,7 +49630,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -49677,11 +49677,11 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -49728,8 +49728,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -49783,8 +49783,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -49837,7 +49837,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
parameters:
@@ -49882,8 +49882,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -49891,7 +49891,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -49943,11 +49943,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -49999,8 +49999,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -50059,8 +50059,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -50118,7 +50118,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -50170,11 +50170,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -50226,8 +50226,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -50286,8 +50286,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -50345,7 +50345,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -50397,11 +50397,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -50453,8 +50453,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -50513,8 +50513,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -50572,7 +50572,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -50622,8 +50622,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -50631,7 +50631,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -50688,11 +50688,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -50749,8 +50749,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -50814,8 +50814,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -50878,7 +50878,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -50935,11 +50935,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -50996,8 +50996,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -51061,8 +51061,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -51125,7 +51125,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51152,11 +51152,11 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -51183,8 +51183,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
responses:
400:
description: "Internal error"
@@ -51218,8 +51218,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
responses:
400:
description: "Internal error"
@@ -51252,7 +51252,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/
+ ? /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/
: post:
description: "creates generic.resource.api.VmTopologyData"
parameters:
@@ -51276,8 +51276,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -51285,7 +51285,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51317,11 +51317,11 @@ paths:
200:
description: "generic.resource.api.VmTopologyData"
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmTopologyData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -51352,8 +51352,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -51391,8 +51391,8 @@ paths:
description: "generic.resource.api.VmTopologyData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
responses:
400:
description: "Internal error"
@@ -51430,7 +51430,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51462,11 +51462,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -51498,8 +51498,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -51538,8 +51538,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -51577,7 +51577,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51609,11 +51609,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -51644,8 +51644,8 @@ paths:
description: "generic.resource.api.vmtopologydata.VmNames to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
responses:
400:
description: "Internal error"
@@ -51683,8 +51683,8 @@ paths:
description: "generic.resource.api.vmtopologydata.VmNames to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
responses:
400:
description: "Internal error"
@@ -51722,7 +51722,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/
+ ? /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/
: post:
description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
parameters:
@@ -51752,8 +51752,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -51761,7 +51761,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51798,11 +51798,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -51839,8 +51839,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -51884,8 +51884,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
responses:
400:
description: "Internal error"
@@ -51928,7 +51928,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -51965,11 +51965,11 @@ paths:
200:
description: "generic.resource.api.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -52005,8 +52005,8 @@ paths:
description: "generic.resource.api.VnfcNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -52049,8 +52049,8 @@ paths:
description: "generic.resource.api.VnfcNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -52093,7 +52093,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
parameters:
@@ -52128,8 +52128,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -52137,7 +52137,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -52179,11 +52179,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -52225,8 +52225,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -52275,8 +52275,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
responses:
400:
description: "Internal error"
@@ -52324,7 +52324,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -52366,11 +52366,11 @@ paths:
200:
description: "generic.resource.api.connectionpoint.ConnectionPoint"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -52412,8 +52412,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
responses:
400:
description: "Internal error"
@@ -52462,8 +52462,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
responses:
400:
description: "Internal error"
@@ -52511,7 +52511,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/
+ ? /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/
: post:
description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
parameters:
@@ -52551,8 +52551,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -52560,7 +52560,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -52607,11 +52607,11 @@ paths:
200:
description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -52658,8 +52658,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -52713,8 +52713,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
responses:
400:
description: "Internal error"
@@ -52767,7 +52767,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -52809,11 +52809,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -52855,8 +52855,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
responses:
400:
description: "Internal error"
@@ -52905,8 +52905,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
responses:
400:
description: "Internal error"
@@ -52954,7 +52954,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
parameters:
@@ -52994,8 +52994,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -53003,7 +53003,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -53050,11 +53050,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -53101,8 +53101,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -53156,8 +53156,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
responses:
400:
description: "Internal error"
@@ -53210,7 +53210,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -53257,11 +53257,11 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -53308,8 +53308,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -53363,8 +53363,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -53417,7 +53417,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
parameters:
@@ -53462,8 +53462,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -53471,7 +53471,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -53523,11 +53523,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -53579,8 +53579,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -53639,8 +53639,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
responses:
400:
description: "Internal error"
@@ -53698,7 +53698,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -53750,11 +53750,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -53806,8 +53806,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -53866,8 +53866,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -53925,7 +53925,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -53977,11 +53977,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -54033,8 +54033,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -54093,8 +54093,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -54152,7 +54152,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -54202,8 +54202,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -54211,7 +54211,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -54268,11 +54268,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -54329,8 +54329,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -54394,8 +54394,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -54458,7 +54458,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -54515,11 +54515,11 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -54576,8 +54576,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -54641,8 +54641,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -54705,7 +54705,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
parameters:
@@ -54745,8 +54745,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -54754,7 +54754,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -54801,11 +54801,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -54852,8 +54852,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -54907,8 +54907,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
responses:
400:
description: "Internal error"
@@ -54961,7 +54961,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
parameters:
@@ -55006,8 +55006,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -55015,7 +55015,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -55067,11 +55067,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -55123,8 +55123,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -55183,8 +55183,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
responses:
400:
description: "Internal error"
@@ -55242,7 +55242,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
parameters:
@@ -55292,8 +55292,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -55301,7 +55301,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -55358,11 +55358,11 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -55419,8 +55419,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -55484,8 +55484,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
responses:
400:
description: "Internal error"
@@ -55548,7 +55548,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -55580,11 +55580,11 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -55616,8 +55616,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
responses:
400:
description: "Internal error"
@@ -55656,8 +55656,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
responses:
400:
description: "Internal error"
@@ -55695,7 +55695,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/
+ ? /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/
: post:
description: "creates generic.resource.api.VmNetworkData"
parameters:
@@ -55724,8 +55724,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -55733,7 +55733,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -55770,11 +55770,11 @@ paths:
200:
description: "generic.resource.api.VmNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -55810,8 +55810,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -55854,8 +55854,8 @@ paths:
description: "generic.resource.api.VmNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
responses:
400:
description: "Internal error"
@@ -55898,7 +55898,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -55935,11 +55935,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -55976,8 +55976,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -56021,8 +56021,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
responses:
400:
description: "Internal error"
@@ -56065,7 +56065,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -56102,11 +56102,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -56143,8 +56143,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
responses:
400:
description: "Internal error"
@@ -56188,8 +56188,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
responses:
400:
description: "Internal error"
@@ -56232,7 +56232,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -56269,11 +56269,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.MacAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -56310,8 +56310,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
responses:
400:
description: "Internal error"
@@ -56355,8 +56355,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
responses:
400:
description: "Internal error"
@@ -56399,7 +56399,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -56436,11 +56436,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -56477,8 +56477,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -56522,8 +56522,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
responses:
400:
description: "Internal error"
@@ -56566,7 +56566,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/
+ ? /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/
: post:
description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
parameters:
@@ -56601,8 +56601,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -56610,7 +56610,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -56652,11 +56652,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -56698,8 +56698,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -56748,8 +56748,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
responses:
400:
description: "Internal error"
@@ -56797,7 +56797,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -56839,11 +56839,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -56885,8 +56885,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -56935,8 +56935,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
responses:
400:
description: "Internal error"
@@ -56984,7 +56984,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57021,11 +57021,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57061,8 +57061,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -57105,8 +57105,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -57149,7 +57149,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -57184,8 +57184,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -57193,7 +57193,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57235,11 +57235,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57281,8 +57281,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -57331,8 +57331,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -57380,7 +57380,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57422,11 +57422,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57467,8 +57467,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -57516,8 +57516,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -57565,7 +57565,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57602,11 +57602,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.SriovParameters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57643,8 +57643,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
responses:
400:
description: "Internal error"
@@ -57688,8 +57688,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
responses:
400:
description: "Internal error"
@@ -57732,7 +57732,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57769,11 +57769,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57810,8 +57810,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
responses:
400:
description: "Internal error"
@@ -57855,8 +57855,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
responses:
400:
description: "Internal error"
@@ -57899,7 +57899,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -57936,11 +57936,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -57977,8 +57977,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
responses:
400:
description: "Internal error"
@@ -58022,8 +58022,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
responses:
400:
description: "Internal error"
@@ -58066,7 +58066,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58103,11 +58103,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58144,8 +58144,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
responses:
400:
description: "Internal error"
@@ -58189,8 +58189,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
responses:
400:
description: "Internal error"
@@ -58233,7 +58233,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58270,11 +58270,11 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58311,8 +58311,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
responses:
400:
description: "Internal error"
@@ -58356,8 +58356,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
responses:
400:
description: "Internal error"
@@ -58400,7 +58400,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58427,11 +58427,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58457,8 +58457,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -58491,8 +58491,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -58525,7 +58525,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/
+ ? /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/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -58549,8 +58549,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -58558,7 +58558,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58590,11 +58590,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58625,8 +58625,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -58664,8 +58664,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -58703,7 +58703,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58735,11 +58735,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58771,8 +58771,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -58811,8 +58811,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -58850,7 +58850,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -58880,8 +58880,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -58889,7 +58889,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -58926,11 +58926,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -58967,8 +58967,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -59012,8 +59012,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -59056,7 +59056,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59083,11 +59083,11 @@ paths:
200:
description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59114,8 +59114,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -59149,8 +59149,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
responses:
400:
description: "Internal error"
@@ -59183,7 +59183,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59210,11 +59210,11 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59241,8 +59241,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -59276,8 +59276,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -59310,7 +59310,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59337,11 +59337,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59368,8 +59368,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -59403,8 +59403,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -59437,7 +59437,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59459,11 +59459,11 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59485,8 +59485,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -59515,8 +59515,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
responses:
400:
description: "Internal error"
@@ -59544,7 +59544,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59566,11 +59566,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59592,8 +59592,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -59622,8 +59622,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -59651,7 +59651,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59673,11 +59673,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59698,8 +59698,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -59727,8 +59727,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -59756,7 +59756,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59778,11 +59778,11 @@ paths:
200:
description: "generic.resource.api.VnfNetworkCollection"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59803,8 +59803,8 @@ paths:
description: "generic.resource.api.VnfNetworkCollection to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
responses:
400:
description: "Internal error"
@@ -59832,8 +59832,8 @@ paths:
description: "generic.resource.api.VnfNetworkCollection to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
responses:
400:
description: "Internal error"
@@ -59861,7 +59861,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/
: post:
description: "creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
parameters:
@@ -59881,8 +59881,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
responses:
400:
description: "Internal error"
@@ -59890,7 +59890,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -59917,11 +59917,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -59948,8 +59948,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
responses:
400:
description: "Internal error"
@@ -59983,8 +59983,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
responses:
400:
description: "Internal error"
@@ -60017,7 +60017,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60044,11 +60044,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60075,8 +60075,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
responses:
400:
description: "Internal error"
@@ -60110,8 +60110,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
responses:
400:
description: "Internal error"
@@ -60144,7 +60144,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
parameters:
@@ -60169,8 +60169,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
responses:
400:
description: "Internal error"
@@ -60178,7 +60178,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60210,11 +60210,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60246,8 +60246,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
responses:
400:
description: "Internal error"
@@ -60286,8 +60286,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
responses:
400:
description: "Internal error"
@@ -60325,7 +60325,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60352,11 +60352,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60382,8 +60382,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -60416,8 +60416,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -60450,7 +60450,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60477,11 +60477,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60508,8 +60508,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -60543,8 +60543,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -60577,7 +60577,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60599,11 +60599,11 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60625,8 +60625,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -60655,8 +60655,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
responses:
400:
description: "Internal error"
@@ -60684,7 +60684,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60706,11 +60706,11 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.VnfRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60732,8 +60732,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
responses:
400:
description: "Internal error"
@@ -60762,8 +60762,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
responses:
400:
description: "Internal error"
@@ -60791,7 +60791,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60813,11 +60813,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60838,8 +60838,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -60867,8 +60867,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -60896,7 +60896,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -60915,8 +60915,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -60924,7 +60924,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -60951,11 +60951,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -60981,8 +60981,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -61015,8 +61015,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -61049,7 +61049,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61076,11 +61076,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61107,8 +61107,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -61142,8 +61142,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -61176,7 +61176,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -61201,8 +61201,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -61210,7 +61210,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61242,11 +61242,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61278,8 +61278,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -61318,8 +61318,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -61357,7 +61357,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
parameters:
@@ -61377,8 +61377,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
responses:
400:
description: "Internal error"
@@ -61386,7 +61386,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61413,11 +61413,11 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61444,8 +61444,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
responses:
400:
description: "Internal error"
@@ -61479,8 +61479,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
responses:
400:
description: "Internal error"
@@ -61513,7 +61513,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61535,11 +61535,11 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61561,8 +61561,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -61591,8 +61591,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -61620,7 +61620,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/
: post:
description: "creates generic.resource.api.VnfNetworkData"
parameters:
@@ -61639,8 +61639,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -61648,7 +61648,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61675,11 +61675,11 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61705,8 +61705,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -61739,8 +61739,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -61773,7 +61773,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61800,11 +61800,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -61830,8 +61830,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -61864,8 +61864,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -61898,7 +61898,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -61923,8 +61923,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -61932,7 +61932,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -61964,11 +61964,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62000,8 +62000,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -62040,8 +62040,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -62079,7 +62079,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62111,11 +62111,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62146,8 +62146,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -62185,8 +62185,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -62224,7 +62224,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62251,11 +62251,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62282,8 +62282,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -62317,8 +62317,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -62351,7 +62351,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
parameters:
@@ -62376,8 +62376,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -62385,7 +62385,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62417,11 +62417,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62453,8 +62453,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -62493,8 +62493,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -62532,7 +62532,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62554,11 +62554,11 @@ paths:
200:
description: "generic.resource.api.VnfSubInterfaceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62579,8 +62579,8 @@ paths:
description: "generic.resource.api.VnfSubInterfaceGroup to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
responses:
400:
description: "Internal error"
@@ -62608,8 +62608,8 @@ paths:
description: "generic.resource.api.VnfSubInterfaceGroup to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
responses:
400:
description: "Internal error"
@@ -62637,7 +62637,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
parameters:
@@ -62657,8 +62657,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
responses:
400:
description: "Internal error"
@@ -62666,7 +62666,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62703,11 +62703,11 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62744,8 +62744,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
responses:
400:
description: "Internal error"
@@ -62789,8 +62789,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
responses:
400:
description: "Internal error"
@@ -62833,7 +62833,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -62870,11 +62870,11 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -62911,8 +62911,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
responses:
400:
description: "Internal error"
@@ -62956,8 +62956,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
responses:
400:
description: "Internal error"
@@ -63000,7 +63000,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
parameters:
@@ -63035,8 +63035,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -63044,7 +63044,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -63086,11 +63086,11 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -63132,8 +63132,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -63182,8 +63182,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
responses:
400:
description: "Internal error"
@@ -63231,7 +63231,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -63268,11 +63268,11 @@ paths:
200:
description: "generic.resource.api.vnfcs.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -63308,8 +63308,8 @@ paths:
description: "generic.resource.api.vnfcs.Vnfcs to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
responses:
400:
description: "Internal error"
@@ -63352,8 +63352,8 @@ paths:
description: "generic.resource.api.vnfcs.Vnfcs to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
responses:
400:
description: "Internal error"
@@ -63396,7 +63396,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfcs.vnfcs.Vnfc"
parameters:
@@ -63430,8 +63430,8 @@ paths:
description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -63439,7 +63439,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -63481,11 +63481,11 @@ paths:
200:
description: "generic.resource.api.vnfcs.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -63526,8 +63526,8 @@ paths:
description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -63575,8 +63575,8 @@ paths:
description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
responses:
400:
description: "Internal error"
@@ -63624,7 +63624,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -63666,11 +63666,11 @@ paths:
200:
description: "generic.resource.api.vnics.Vnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnics.Vnics"
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnics.Vnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnics.Vnics"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -63711,8 +63711,8 @@ paths:
description: "generic.resource.api.vnics.Vnics to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnics.Vnics"
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnics.Vnics"
responses:
400:
description: "Internal error"
@@ -63760,8 +63760,8 @@ paths:
description: "generic.resource.api.vnics.Vnics to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnics.Vnics"
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnics.Vnics"
responses:
400:
description: "Internal error"
@@ -63809,7 +63809,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/
+ ? /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/
: post:
description: "creates generic.resource.api.vnics.vnics.Vnic"
parameters:
@@ -63848,8 +63848,8 @@ paths:
description: "generic.resource.api.vnics.vnics.Vnic to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -63857,7 +63857,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -63904,11 +63904,11 @@ paths:
200:
description: "generic.resource.api.vnics.vnics.Vnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -63954,8 +63954,8 @@ paths:
description: "generic.resource.api.vnics.vnics.Vnic to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -64008,8 +64008,8 @@ paths:
description: "generic.resource.api.vnics.vnics.Vnic to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
responses:
400:
description: "Internal error"
@@ -64062,7 +64062,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -64109,11 +64109,11 @@ paths:
200:
description: "generic.resource.api.subinterfaces.SubInterfaces"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -64160,8 +64160,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
responses:
400:
description: "Internal error"
@@ -64215,8 +64215,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
responses:
400:
description: "Internal error"
@@ -64269,7 +64269,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/
+ ? /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/
: post:
description: "creates generic.resource.api.subinterfaces.subinterfaces.SubInterface"
parameters:
@@ -64314,8 +64314,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
responses:
400:
description: "Internal error"
@@ -64323,7 +64323,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -64375,11 +64375,11 @@ paths:
200:
description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -64431,8 +64431,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
responses:
400:
description: "Internal error"
@@ -64491,8 +64491,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
responses:
400:
description: "Internal error"
@@ -64550,7 +64550,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -64602,11 +64602,11 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -64657,8 +64657,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -64716,8 +64716,8 @@ paths:
description: "generic.resource.api.IpAddresses to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
responses:
400:
description: "Internal error"
@@ -64775,7 +64775,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -64827,11 +64827,11 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -64883,8 +64883,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -64943,8 +64943,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
responses:
400:
description: "Internal error"
@@ -65002,7 +65002,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65054,11 +65054,11 @@ paths:
200:
description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65110,8 +65110,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
responses:
400:
description: "Internal error"
@@ -65170,8 +65170,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
responses:
400:
description: "Internal error"
@@ -65229,7 +65229,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65281,11 +65281,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65336,8 +65336,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -65395,8 +65395,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -65454,7 +65454,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65476,11 +65476,11 @@ paths:
200:
description: "generic.resource.api.vnftopology.VnfTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65502,8 +65502,8 @@ paths:
\ list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
responses:
400:
description: "Internal error"
@@ -65532,8 +65532,8 @@ paths:
\ updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
responses:
400:
description: "Internal error"
@@ -65561,7 +65561,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65583,11 +65583,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65609,8 +65609,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -65639,8 +65639,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -65668,7 +65668,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65690,11 +65690,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65715,8 +65715,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -65744,8 +65744,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -65773,7 +65773,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -65792,8 +65792,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -65801,7 +65801,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65828,11 +65828,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65858,8 +65858,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -65892,8 +65892,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -65926,7 +65926,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -65953,11 +65953,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -65984,8 +65984,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -66019,8 +66019,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -66053,7 +66053,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -66078,8 +66078,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -66087,7 +66087,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66119,11 +66119,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66155,8 +66155,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -66195,8 +66195,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -66234,7 +66234,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66256,11 +66256,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66282,8 +66282,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
responses:
400:
description: "Internal error"
@@ -66312,8 +66312,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
responses:
400:
description: "Internal error"
@@ -66341,7 +66341,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/availability-zones/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66363,11 +66363,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66389,8 +66389,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
responses:
400:
description: "Internal error"
@@ -66419,8 +66419,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
responses:
400:
description: "Internal error"
@@ -66448,7 +66448,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66470,11 +66470,11 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66496,8 +66496,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -66526,8 +66526,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
responses:
400:
description: "Internal error"
@@ -66555,7 +66555,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/
+ ? /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/
: post:
description: "creates generic.resource.api.VnfNetworkData"
parameters:
@@ -66574,8 +66574,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -66583,7 +66583,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66610,11 +66610,11 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66640,8 +66640,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -66674,8 +66674,8 @@ paths:
description: "generic.resource.api.VnfNetworkData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
responses:
400:
description: "Internal error"
@@ -66708,7 +66708,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66735,11 +66735,11 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66765,8 +66765,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -66799,8 +66799,8 @@ paths:
description: "generic.resource.api.RelatedNetwork to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -66833,7 +66833,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/
+ ? /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/
: post:
description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
parameters:
@@ -66858,8 +66858,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -66867,7 +66867,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -66899,11 +66899,11 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -66935,8 +66935,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -66975,8 +66975,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
responses:
400:
description: "Internal error"
@@ -67014,7 +67014,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67046,11 +67046,11 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67081,8 +67081,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -67120,8 +67120,8 @@ paths:
description: "generic.resource.api.vlantags.VlanTags to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
responses:
400:
description: "Internal error"
@@ -67159,7 +67159,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67186,11 +67186,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67217,8 +67217,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -67252,8 +67252,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
responses:
400:
description: "Internal error"
@@ -67286,7 +67286,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/
+ ? /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/
: post:
description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
parameters:
@@ -67311,8 +67311,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -67320,7 +67320,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67352,11 +67352,11 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67388,8 +67388,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -67428,8 +67428,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
responses:
400:
description: "Internal error"
@@ -67467,7 +67467,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/
+ ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67489,11 +67489,11 @@ paths:
200:
description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67515,8 +67515,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -67545,8 +67545,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
responses:
400:
description: "Internal error"
@@ -67574,7 +67574,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/:
+ /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-status/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67591,11 +67591,11 @@ paths:
200:
description: "generic.resource.api.servicestatus.ServiceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67612,8 +67612,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
responses:
400:
description: "Internal error"
@@ -67637,8 +67637,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
responses:
400:
description: "Internal error"
@@ -67673,11 +67673,11 @@ paths:
200:
description: "generic.resource.api.TunnelxconnAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67689,8 +67689,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
responses:
400:
description: "Internal error"
@@ -67709,8 +67709,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
responses:
400:
description: "Internal error"
@@ -67728,7 +67728,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/:
+ /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/:
post:
description: "creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
parameters:
@@ -67738,8 +67738,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
responses:
400:
description: "Internal error"
@@ -67747,7 +67747,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67764,11 +67764,11 @@ paths:
200:
description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67785,8 +67785,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
responses:
400:
description: "Internal error"
@@ -67810,8 +67810,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
responses:
400:
description: "Internal error"
@@ -67834,7 +67834,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67851,11 +67851,11 @@ paths:
200:
description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67872,8 +67872,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -67897,8 +67897,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
responses:
400:
description: "Internal error"
@@ -67921,7 +67921,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -67938,11 +67938,11 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -67958,8 +67958,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -67982,8 +67982,8 @@ paths:
description: "generic.resource.api.OperStatusData to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
responses:
400:
description: "Internal error"
@@ -68006,7 +68006,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68023,11 +68023,11 @@ paths:
200:
description: "generic.resource.api.TunnelxconnOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68044,8 +68044,8 @@ paths:
\ to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
responses:
400:
description: "Internal error"
@@ -68069,8 +68069,8 @@ paths:
\ or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
responses:
400:
description: "Internal error"
@@ -68093,7 +68093,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68110,11 +68110,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68131,8 +68131,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -68156,8 +68156,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
responses:
400:
description: "Internal error"
@@ -68180,7 +68180,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68197,11 +68197,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68218,8 +68218,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -68243,8 +68243,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -68267,7 +68267,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68284,11 +68284,11 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68305,8 +68305,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -68330,8 +68330,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
responses:
400:
description: "Internal error"
@@ -68354,7 +68354,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68371,11 +68371,11 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68392,8 +68392,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -68417,8 +68417,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
responses:
400:
description: "Internal error"
@@ -68441,7 +68441,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68458,11 +68458,11 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68479,8 +68479,8 @@ paths:
\ be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -68504,8 +68504,8 @@ paths:
\ be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
responses:
400:
description: "Internal error"
@@ -68528,7 +68528,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68545,11 +68545,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68566,8 +68566,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -68591,8 +68591,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -68615,7 +68615,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/tunnelxconn-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68632,11 +68632,11 @@ paths:
200:
description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68653,8 +68653,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
responses:
400:
description: "Internal error"
@@ -68678,8 +68678,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
responses:
400:
description: "Internal error"
@@ -68702,7 +68702,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68719,11 +68719,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68739,8 +68739,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -68763,8 +68763,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -68787,7 +68787,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -68801,8 +68801,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -68810,7 +68810,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68832,11 +68832,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68857,8 +68857,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -68886,8 +68886,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -68915,7 +68915,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -68937,11 +68937,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -68963,8 +68963,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -68993,8 +68993,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -69022,7 +69022,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -69042,8 +69042,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -69051,7 +69051,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69078,11 +69078,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69109,8 +69109,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -69144,8 +69144,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -69178,7 +69178,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69195,11 +69195,11 @@ paths:
200:
description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69216,8 +69216,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
responses:
400:
description: "Internal error"
@@ -69241,8 +69241,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
responses:
400:
description: "Internal error"
@@ -69265,7 +69265,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69282,11 +69282,11 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69303,8 +69303,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -69328,8 +69328,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
responses:
400:
description: "Internal error"
@@ -69352,7 +69352,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69369,11 +69369,11 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69390,8 +69390,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -69415,8 +69415,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
responses:
400:
description: "Internal error"
@@ -69439,7 +69439,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69456,11 +69456,11 @@ paths:
200:
description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69477,8 +69477,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
responses:
400:
description: "Internal error"
@@ -69502,8 +69502,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
responses:
400:
description: "Internal error"
@@ -69526,7 +69526,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69543,11 +69543,11 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69563,8 +69563,8 @@ paths:
description: "generic.resource.api.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -69587,8 +69587,8 @@ paths:
description: "generic.resource.api.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
responses:
400:
description: "Internal error"
@@ -69611,7 +69611,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/
: post:
description: "creates generic.resource.api.param.Param"
parameters:
@@ -69625,8 +69625,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -69634,7 +69634,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69656,11 +69656,11 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69681,8 +69681,8 @@ paths:
description: "generic.resource.api.param.Param to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -69710,8 +69710,8 @@ paths:
description: "generic.resource.api.param.Param to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
responses:
400:
description: "Internal error"
@@ -69739,7 +69739,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69761,11 +69761,11 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69787,8 +69787,8 @@ paths:
\ added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -69817,8 +69817,8 @@ paths:
\ added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
responses:
400:
description: "Internal error"
@@ -69846,7 +69846,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/
+ ? /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/
: post:
description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
parameters:
@@ -69866,8 +69866,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -69875,7 +69875,7 @@ paths:
description: "Object created"
409:
description: "Object already exists"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -69902,11 +69902,11 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -69933,8 +69933,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -69968,8 +69968,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
responses:
400:
description: "Internal error"
@@ -70002,7 +70002,7 @@ paths:
description: "Internal error"
204:
description: "Object deleted"
- ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70019,11 +70019,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
post:
tags:
- "GENERIC-RESOURCE-API"
@@ -70040,8 +70040,8 @@ paths:
\ to be added to list"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -70065,8 +70065,8 @@ paths:
\ to be added or updated"
required: false
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
responses:
400:
description: "Internal error"
@@ -70101,12 +70101,12 @@ paths:
200:
description: "generic.resource.api.BrgAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.BrgAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
- /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/:
+ $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
+ /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70123,12 +70123,12 @@ paths:
200:
description: "generic.resource.api.brgallottedresources.BrgAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70145,12 +70145,12 @@ paths:
200:
description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70167,12 +70167,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70189,12 +70189,12 @@ paths:
200:
description: "generic.resource.api.BrgOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.BrgOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70211,12 +70211,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70233,12 +70233,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:brg-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/brg-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70255,12 +70255,12 @@ paths:
200:
description: "generic.resource.api.brgrequestinput.BrgRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70277,12 +70277,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70299,12 +70299,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70321,12 +70321,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70343,12 +70343,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70365,12 +70365,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70392,12 +70392,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70419,12 +70419,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70451,12 +70451,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70473,12 +70473,12 @@ paths:
200:
description: "generic.resource.api.brgtopology.BrgTopology"
schema:
- $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70495,12 +70495,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-assignments/
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70517,12 +70517,12 @@ paths:
200:
description: "generic.resource.api.brgassignments.BrgAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/
+ $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70539,12 +70539,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70566,12 +70566,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70593,12 +70593,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:brg-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70625,12 +70625,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:brg-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70647,12 +70647,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/GENERIC-RESOURCE-API:brg-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70669,11 +70669,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
/operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/:
get:
tags:
@@ -70686,12 +70686,12 @@ paths:
200:
description: "generic.resource.api.ConnectionAttachmentAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70708,12 +70708,12 @@ paths:
200:
description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70730,12 +70730,12 @@ paths:
200:
description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70752,12 +70752,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70774,12 +70774,12 @@ paths:
200:
description: "generic.resource.api.ConnectionAttachmentOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70796,12 +70796,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70818,12 +70818,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70840,12 +70840,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70867,12 +70867,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70894,12 +70894,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:connection-attachment-request-input/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70926,12 +70926,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70948,12 +70948,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70970,12 +70970,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -70992,12 +70992,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71014,12 +71014,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71036,12 +71036,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71063,12 +71063,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71090,12 +71090,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71122,12 +71122,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71144,12 +71144,12 @@ paths:
200:
description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71166,12 +71166,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-assignments/
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71188,12 +71188,12 @@ paths:
200:
description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/
+ $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71210,12 +71210,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71237,12 +71237,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71264,12 +71264,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:connection-attachment-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71296,12 +71296,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:connection-attachment-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71318,12 +71318,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/GENERIC-RESOURCE-API:connection-attachment-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71340,11 +71340,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
/operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/:
get:
tags:
@@ -71357,12 +71357,12 @@ paths:
200:
description: "generic.resource.api.ContrailRouteAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71379,12 +71379,12 @@ paths:
200:
description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71401,12 +71401,12 @@ paths:
200:
description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71423,12 +71423,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71445,12 +71445,12 @@ paths:
200:
description: "generic.resource.api.ContrailRouteOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71467,12 +71467,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71489,12 +71489,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71511,12 +71511,12 @@ paths:
200:
description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-applied-service-info/
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71533,12 +71533,12 @@ paths:
200:
description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71555,12 +71555,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71582,12 +71582,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71609,12 +71609,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:contrail-route-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71641,12 +71641,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:dest-network/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71663,12 +71663,12 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:contrail-route-request-input/GENERIC-RESOURCE-API:source-network/
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71685,12 +71685,12 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71707,12 +71707,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71729,12 +71729,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71751,12 +71751,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71773,12 +71773,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71795,12 +71795,12 @@ paths:
200:
description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology"
schema:
- $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71817,12 +71817,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71839,12 +71839,12 @@ paths:
200:
description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:contrail-applied-service/
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71861,12 +71861,12 @@ paths:
200:
description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
schema:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
- responseSchema:
$ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:dest-network/
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71883,12 +71883,12 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-assignments/GENERIC-RESOURCE-API:source-network/
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71905,12 +71905,12 @@ paths:
200:
description: "generic.resource.api.NetworkInfo"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71927,12 +71927,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71954,12 +71954,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -71981,12 +71981,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:contrail-route-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72013,12 +72013,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:contrail-route-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72035,12 +72035,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/GENERIC-RESOURCE-API:contrail-route-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72057,11 +72057,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
/operational/GENERIC-RESOURCE-API:generic-configurations/:
get:
tags:
@@ -72074,12 +72074,12 @@ paths:
200:
description: "generic.resource.api.GenericConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.GenericConfigurations"
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GenericConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
- /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/:
+ $ref: "#/definitions/generic.resource.api.GenericConfigurations"
+ /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72096,12 +72096,12 @@ paths:
200:
description: "generic.resource.api.genericconfigurations.GcConfiguration"
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
- responseSchema:
$ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72118,12 +72118,12 @@ paths:
200:
description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
schema:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72140,12 +72140,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72162,12 +72162,12 @@ paths:
200:
description: "generic.resource.api.GcTopologyOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72184,12 +72184,12 @@ paths:
200:
description: "generic.resource.api.configurationinformation.ConfigurationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72206,12 +72206,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72228,12 +72228,12 @@ paths:
200:
description: "generic.resource.api.gcrequestinput.GcRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:configuration-ids/{configuration-ids-configuration-id}/
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/{configuration-ids-configuration-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72255,12 +72255,12 @@ paths:
200:
description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
schema:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
- responseSchema:
$ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72277,12 +72277,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72304,12 +72304,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72331,12 +72331,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:gc-request-input/GENERIC-RESOURCE-API:input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72363,12 +72363,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72385,12 +72385,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72407,12 +72407,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72429,12 +72429,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72451,12 +72451,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:generic-configurations/GENERIC-RESOURCE-API:gc-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72473,11 +72473,11 @@ paths:
200:
description: "generic.resource.api.configurationstatus.ConfigurationStatus"
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
/operational/GENERIC-RESOURCE-API:port-mirror-configurations/:
get:
tags:
@@ -72490,12 +72490,12 @@ paths:
200:
description: "generic.resource.api.PortMirrorConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
- /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/:
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
+ /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72512,12 +72512,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72534,12 +72534,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-oper-status/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72556,12 +72556,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72578,12 +72578,12 @@ paths:
200:
description: "generic.resource.api.PortMirrorTopologyOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72600,12 +72600,12 @@ paths:
200:
description: "generic.resource.api.configurationinformation.ConfigurationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:configuration-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72622,12 +72622,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72644,12 +72644,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72666,12 +72666,12 @@ paths:
200:
description: "generic.resource.api.PortInfo"
schema:
- $ref: "#/definitions/generic.resource.api.PortInfo"
originalRef: "#/definitions/generic.resource.api.PortInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortInfo"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/
+ $ref: "#/definitions/generic.resource.api.PortInfo"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72688,12 +72688,12 @@ paths:
200:
description: "generic.resource.api.pnfinformation.PnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72710,12 +72710,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72732,12 +72732,12 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:dest-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72754,12 +72754,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72776,12 +72776,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72803,12 +72803,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72830,12 +72830,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:port-mirror-configuration-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72862,12 +72862,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72884,12 +72884,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72906,12 +72906,12 @@ paths:
200:
description: "generic.resource.api.pnfinformation.PnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:pnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72928,12 +72928,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72950,12 +72950,12 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:port-mirror-configuration-request-input/GENERIC-RESOURCE-API:source-port/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72972,12 +72972,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -72994,12 +72994,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73016,12 +73016,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73038,12 +73038,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:configuration-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73060,12 +73060,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73082,12 +73082,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:configuration-identifiers/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/configuration-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73104,12 +73104,12 @@ paths:
200:
description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73126,12 +73126,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73148,12 +73148,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73170,12 +73170,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73197,12 +73197,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73224,12 +73224,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:contrail-vmi-params/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73256,12 +73256,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:dest-vnfc-instance-group-id/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73278,12 +73278,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73300,12 +73300,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73327,12 +73327,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73354,12 +73354,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-to-dest-maps/GENERIC-RESOURCE-API:source-to-dest-map/{source-port-id}/GENERIC-RESOURCE-API:dest-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73381,12 +73381,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-assignments/GENERIC-RESOURCE-API:source-vnfc-instance-group-id/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73403,12 +73403,12 @@ paths:
200:
description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
schema:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
- responseSchema:
$ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73425,12 +73425,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73452,12 +73452,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73479,12 +73479,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-data/GENERIC-RESOURCE-API:port-mirror-configuration-topology/GENERIC-RESOURCE-API:port-mirror-configuration-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73511,12 +73511,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/GENERIC-RESOURCE-API:port-mirror-configuration/{configuration-id}/GENERIC-RESOURCE-API:configuration-status/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73533,11 +73533,11 @@ paths:
200:
description: "generic.resource.api.configurationstatus.ConfigurationStatus"
schema:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
/operational/GENERIC-RESOURCE-API:preload-information/:
get:
tags:
@@ -73550,12 +73550,12 @@ paths:
200:
description: "generic.resource.api.PreloadModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PreloadModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
- /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/:
+ $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
+ /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73577,12 +73577,12 @@ paths:
200:
description: "generic.resource.api.preloadmodelinformation.PreloadList"
schema:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73604,12 +73604,12 @@ paths:
200:
description: "generic.resource.api.preloaddata.PreloadData"
schema:
- $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/
+ $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73631,12 +73631,12 @@ paths:
200:
description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
schema:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:host-routes/{route-prefix}/
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/{route-prefix}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73663,12 +73663,12 @@ paths:
200:
description: "generic.resource.api.hostroutes.HostRoutes"
schema:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-policy/{network-policy-fqdn}/
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/{network-policy-fqdn}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73695,12 +73695,12 @@ paths:
200:
description: "generic.resource.api.networkpolicy.NetworkPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73722,12 +73722,12 @@ paths:
200:
description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73749,12 +73749,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73781,12 +73781,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73813,12 +73813,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:route-table-reference/{route-table-reference-fqdn}/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73845,12 +73845,12 @@ paths:
200:
description: "generic.resource.api.routetablereference.RouteTableReference"
schema:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
- responseSchema:
$ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:subnets/{start-address}/
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/{start-address}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73877,12 +73877,12 @@ paths:
200:
description: "generic.resource.api.subnets.Subnets"
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-network-topology-information/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/{vpn-binding-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73909,12 +73909,12 @@ paths:
200:
description: "generic.resource.api.vpnbindings.VpnBindings"
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-oper-status/
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73936,12 +73936,12 @@ paths:
200:
description: "generic.resource.api.preloadoperstatus.PreloadOperStatus"
schema:
- $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/
+ $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73963,12 +73963,12 @@ paths:
200:
description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
schema:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -73990,12 +73990,12 @@ paths:
200:
description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74017,12 +74017,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74044,12 +74044,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74071,12 +74071,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74103,12 +74103,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74130,12 +74130,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74162,12 +74162,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74194,12 +74194,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74231,12 +74231,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74268,12 +74268,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.VnicGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74310,12 +74310,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74352,12 +74352,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74394,12 +74394,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74436,12 +74436,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74483,12 +74483,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74530,12 +74530,12 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74582,12 +74582,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74634,12 +74634,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74686,12 +74686,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74743,12 +74743,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74800,12 +74800,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74827,12 +74827,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74859,12 +74859,12 @@ paths:
200:
description: "generic.resource.api.VmTopologyData"
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmTopologyData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74891,12 +74891,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74923,12 +74923,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74960,12 +74960,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -74997,12 +74997,12 @@ paths:
200:
description: "generic.resource.api.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75039,12 +75039,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75081,12 +75081,12 @@ paths:
200:
description: "generic.resource.api.connectionpoint.ConnectionPoint"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75128,12 +75128,12 @@ paths:
200:
description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75170,12 +75170,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75217,12 +75217,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75264,12 +75264,12 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75316,12 +75316,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75368,12 +75368,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75420,12 +75420,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75477,12 +75477,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75534,12 +75534,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75581,12 +75581,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75633,12 +75633,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75690,12 +75690,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75722,12 +75722,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75759,12 +75759,12 @@ paths:
200:
description: "generic.resource.api.VmNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75796,12 +75796,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75833,12 +75833,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75870,12 +75870,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.MacAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75907,12 +75907,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75949,12 +75949,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -75991,12 +75991,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76028,12 +76028,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76070,12 +76070,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76112,12 +76112,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76149,12 +76149,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.SriovParameters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76186,12 +76186,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76223,12 +76223,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76260,12 +76260,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76297,12 +76297,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76324,12 +76324,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76356,12 +76356,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76388,12 +76388,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76425,12 +76425,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76452,12 +76452,12 @@ paths:
200:
description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76479,12 +76479,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/availability-zones/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76506,12 +76506,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76533,12 +76533,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76565,12 +76565,12 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76597,12 +76597,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76634,12 +76634,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76671,12 +76671,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76703,12 +76703,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76740,12 +76740,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- ? /operational/GENERIC-RESOURCE-API:preload-information/GENERIC-RESOURCE-API:preload-list/{preload-id}/{preload-type}/GENERIC-RESOURCE-API:preload-data/GENERIC-RESOURCE-API:preload-vf-module-topology-information/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76767,11 +76767,11 @@ paths:
200:
description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
/operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/:
get:
tags:
@@ -76784,12 +76784,12 @@ paths:
200:
description: "generic.resource.api.SecurityZoneAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76806,12 +76806,12 @@ paths:
200:
description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76828,12 +76828,12 @@ paths:
200:
description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76850,12 +76850,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76872,12 +76872,12 @@ paths:
200:
description: "generic.resource.api.SecurityZoneOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76894,12 +76894,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76916,12 +76916,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76938,12 +76938,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76960,12 +76960,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -76982,12 +76982,12 @@ paths:
200:
description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/
+ $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77004,12 +77004,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77031,12 +77031,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77058,12 +77058,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:security-zone-request-input/GENERIC-RESOURCE-API:security-zone-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77090,12 +77090,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77112,12 +77112,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77134,12 +77134,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77156,12 +77156,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77183,12 +77183,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77210,12 +77210,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77242,12 +77242,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77264,12 +77264,12 @@ paths:
200:
description: "generic.resource.api.securityzonetopology.SecurityZoneTopology"
schema:
- $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77286,12 +77286,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77308,12 +77308,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77330,12 +77330,12 @@ paths:
200:
description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/
+ $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77352,12 +77352,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77379,12 +77379,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77406,12 +77406,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:security-zone-topology/GENERIC-RESOURCE-API:security-zone-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77438,12 +77438,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/GENERIC-RESOURCE-API:security-zone-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77460,11 +77460,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
/operational/GENERIC-RESOURCE-API:services/:
get:
tags:
@@ -77477,12 +77477,12 @@ paths:
200:
description: "generic.resource.api.ServiceModelInfrastructure"
schema:
- $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
- /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/:
+ $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
+ /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/:
get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77499,12 +77499,12 @@ paths:
200:
description: "generic.resource.api.servicemodelinfrastructure.Service"
schema:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77521,12 +77521,12 @@ paths:
200:
description: "generic.resource.api.servicedata.ServiceData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/
+ $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77543,12 +77543,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:consumed-allotted-resources/GENERIC-RESOURCE-API:consumed-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77570,12 +77570,12 @@ paths:
200:
description: "generic.resource.api.AllottedResourceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77592,12 +77592,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ForwardingPaths"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77619,12 +77619,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77646,12 +77646,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77673,12 +77673,12 @@ paths:
200:
description: "generic.resource.api.forwardingpathinformation.ServicePaths"
schema:
- $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
- responseSchema:
$ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/
+ $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77705,12 +77705,12 @@ paths:
200:
description: "generic.resource.api.ServicePathInformation"
schema:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ServicePathInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77742,12 +77742,12 @@ paths:
200:
description: "generic.resource.api.servicepathinformation.Service"
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77779,12 +77779,12 @@ paths:
200:
description: "generic.resource.api.servicepathinformation.service.Vnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77821,12 +77821,12 @@ paths:
200:
description: "generic.resource.api.VnfPathInformation"
schema:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfPathInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:forwarding-paths/GENERIC-RESOURCE-API:forwarding-path/{forwarding-path-id}/GENERIC-RESOURCE-API:service-paths/GENERIC-RESOURCE-API:service-path/{service-path-instance-id}/GENERIC-RESOURCE-API:service/{service-service-instance-id}/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-instance-id}/GENERIC-RESOURCE-API:vf-module-instance/
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77863,12 +77863,12 @@ paths:
200:
description: "generic.resource.api.vnfpathinformation.VfModuleInstance"
schema:
- $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/
+ $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77885,12 +77885,12 @@ paths:
200:
description: "generic.resource.api.NetworkInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/
+ $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77912,12 +77912,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-route-policy/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-route-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77939,12 +77939,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:aggregate-routes/{route-id}/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77971,12 +77971,12 @@ paths:
200:
description: "generic.resource.api.aggregateroutes.AggregateRoutes"
schema:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -77998,12 +77998,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78030,12 +78030,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78062,12 +78062,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78099,12 +78099,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:vpn-bindings/{vpn-binding-id}/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78136,12 +78136,12 @@ paths:
200:
description: "generic.resource.api.vpnbindings.VpnBindings"
schema:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78163,12 +78163,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnet-assignment-policy/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnet-assignment-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78190,12 +78190,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:subnets/{start-address}/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/{start-address}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78222,12 +78222,12 @@ paths:
200:
description: "generic.resource.api.subnets.Subnets"
schema:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:network-instance-groups/GENERIC-RESOURCE-API:network-instance-group/{network-instance-group-id}/GENERIC-RESOURCE-API:vpn-binding-policy/
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/vpn-binding-policy/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78249,12 +78249,12 @@ paths:
200:
description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
schema:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78271,12 +78271,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78298,12 +78298,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78325,12 +78325,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78352,12 +78352,12 @@ paths:
200:
description: "generic.resource.api.networkinformation.NetworkInformation"
schema:
- $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78379,12 +78379,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-level-oper-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78406,12 +78406,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-provided-allotted-resources/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78433,12 +78433,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78460,12 +78460,12 @@ paths:
200:
description: "generic.resource.api.networkrequestinput.NetworkRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/
+ $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78487,12 +78487,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78519,12 +78519,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78551,12 +78551,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-request-input/GENERIC-RESOURCE-API:network-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78588,12 +78588,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78615,12 +78615,12 @@ paths:
200:
description: "generic.resource.api.networktopology.NetworkTopology"
schema:
- $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-assignments/
+ $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78642,12 +78642,12 @@ paths:
200:
description: "generic.resource.api.networkassignments.NetworkAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/
+ $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78669,12 +78669,12 @@ paths:
200:
description: "generic.resource.api.networkparameters.NetworkParameters"
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-parameters/GENERIC-RESOURCE-API:network-parameter/{network-parameter-name}/
+ $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78701,12 +78701,12 @@ paths:
200:
description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter"
schema:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78728,12 +78728,12 @@ paths:
200:
description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78755,12 +78755,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78787,12 +78787,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:network-topology-identifier-structure/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{related-network-network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78819,12 +78819,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:network-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78846,12 +78846,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78873,12 +78873,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78900,12 +78900,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78927,12 +78927,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/GENERIC-RESOURCE-API:network-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78954,12 +78954,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -78976,12 +78976,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Pnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79003,12 +79003,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79030,12 +79030,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79057,12 +79057,12 @@ paths:
200:
description: "generic.resource.api.pnfdetails.PnfDetails"
schema:
- $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-details/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79084,12 +79084,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-level-oper-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79111,12 +79111,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79138,12 +79138,12 @@ paths:
200:
description: "generic.resource.api.pnfrequestinput.PnfRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/
+ $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79165,12 +79165,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79197,12 +79197,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79229,12 +79229,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-request-input/GENERIC-RESOURCE-API:pnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79266,12 +79266,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79293,12 +79293,12 @@ paths:
200:
description: "generic.resource.api.pnftopology.PnfTopology"
schema:
- $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79320,12 +79320,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79347,12 +79347,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79379,12 +79379,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79411,12 +79411,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79448,12 +79448,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:pnf-topology/GENERIC-RESOURCE-API:pnf-topology-identifier-structure/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79475,12 +79475,12 @@ paths:
200:
description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79502,12 +79502,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79529,12 +79529,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79556,12 +79556,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:pnfs/GENERIC-RESOURCE-API:pnf/{pnf-id}/GENERIC-RESOURCE-API:pnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79583,12 +79583,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79605,12 +79605,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-allotted-resources/GENERIC-RESOURCE-API:provided-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79632,12 +79632,12 @@ paths:
200:
description: "generic.resource.api.AllottedResourceInfo"
schema:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79654,12 +79654,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:provided-configurations/GENERIC-RESOURCE-API:provided-configuration/{configuration-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/{configuration-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79681,12 +79681,12 @@ paths:
200:
description: "generic.resource.api.ConfigurationInfo"
schema:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConfigurationInfo"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79703,12 +79703,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79725,12 +79725,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79747,12 +79747,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79769,12 +79769,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-level-oper-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79791,12 +79791,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79813,12 +79813,12 @@ paths:
200:
description: "generic.resource.api.servicerequestinput.ServiceRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/
+ $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79835,12 +79835,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79862,12 +79862,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79889,12 +79889,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-request-input/GENERIC-RESOURCE-API:service-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79921,12 +79921,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79943,12 +79943,12 @@ paths:
200:
description: "generic.resource.api.servicetopology.ServiceTopology"
schema:
- $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79965,12 +79965,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -79987,12 +79987,12 @@ paths:
200:
description: "generic.resource.api.serviceassignments.ServiceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/
+ $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80009,12 +80009,12 @@ paths:
200:
description: "generic.resource.api.serviceparameters.ServiceParameters"
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-parameters/GENERIC-RESOURCE-API:service-parameter/{service-parameter-name}/
+ $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/{service-parameter-name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80036,12 +80036,12 @@ paths:
200:
description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
schema:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:service-topology/GENERIC-RESOURCE-API:service-topology-identifier/
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-topology-identifier/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80058,12 +80058,12 @@ paths:
200:
description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/
+ $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80080,12 +80080,12 @@ paths:
200:
description: "generic.resource.api.VnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/
+ $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80117,12 +80117,12 @@ paths:
200:
description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80154,12 +80154,12 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.VnfcObjects"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80196,12 +80196,12 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80238,12 +80238,12 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80285,12 +80285,12 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:capacity/
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80332,12 +80332,12 @@ paths:
200:
description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80379,12 +80379,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfc-instance-groups/GENERIC-RESOURCE-API:vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/GENERIC-RESOURCE-API:vnfc-objects/GENERIC-RESOURCE-API:vnfc-object/{vnfc-key}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:vnic-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80426,12 +80426,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80448,12 +80448,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.Vnfs"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80475,12 +80475,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80502,12 +80502,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80529,12 +80529,12 @@ paths:
200:
description: "generic.resource.api.licenseinformation.LicenseInformation"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:entitlement-pool-list/{entitlement-pool-uuid}/{action}/
+ $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80566,12 +80566,12 @@ paths:
200:
description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:license-information/GENERIC-RESOURCE-API:license-key-group-list/{license-key-group-uuid}/{action}/
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80603,12 +80603,12 @@ paths:
200:
description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
schema:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
- responseSchema:
$ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80630,12 +80630,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80657,12 +80657,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80684,12 +80684,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80711,12 +80711,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80738,12 +80738,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80770,12 +80770,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80802,12 +80802,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80834,12 +80834,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80866,12 +80866,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80898,12 +80898,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80930,12 +80930,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80962,12 +80962,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleinformation.VfModuleInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -80994,12 +80994,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-level-oper-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81026,12 +81026,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81058,12 +81058,12 @@ paths:
200:
description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/
+ $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81090,12 +81090,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81127,12 +81127,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81164,12 +81164,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-request-input/GENERIC-RESOURCE-API:vf-module-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81206,12 +81206,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81238,12 +81238,12 @@ paths:
200:
description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81270,12 +81270,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81302,12 +81302,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81334,12 +81334,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignments/GENERIC-RESOURCE-API:dhcp-subnet-assignment/{neutron-subnet-id}/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81371,12 +81371,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81403,12 +81403,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81440,12 +81440,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81477,12 +81477,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81519,12 +81519,12 @@ paths:
200:
description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81561,12 +81561,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.VnicGroups"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81608,12 +81608,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81655,12 +81655,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-common-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81702,12 +81702,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81749,12 +81749,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81801,12 +81801,12 @@ paths:
200:
description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81853,12 +81853,12 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81910,12 +81910,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -81967,12 +81967,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82024,12 +82024,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82086,12 +82086,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vlan-vnfc-instance-groups/GENERIC-RESOURCE-API:vlan-vnfc-instance-group/{instance-group-id}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnic-groups/GENERIC-RESOURCE-API:vnic-group/{vnic-interface-role}/GENERIC-RESOURCE-API:vlan-vnics/GENERIC-RESOURCE-API:vlan-vnic/{vnic-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82148,12 +82148,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82180,12 +82180,12 @@ paths:
200:
description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82217,12 +82217,12 @@ paths:
200:
description: "generic.resource.api.VmTopologyData"
schema:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmTopologyData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82254,12 +82254,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82291,12 +82291,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82333,12 +82333,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82375,12 +82375,12 @@ paths:
200:
description: "generic.resource.api.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82422,12 +82422,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82469,12 +82469,12 @@ paths:
200:
description: "generic.resource.api.connectionpoint.ConnectionPoint"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:connection-point/GENERIC-RESOURCE-API:vlan-data/{vlan-uuid}/
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82521,12 +82521,12 @@ paths:
200:
description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
schema:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82568,12 +82568,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82620,12 +82620,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82672,12 +82672,12 @@ paths:
200:
description: "generic.resource.api.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82729,12 +82729,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82786,12 +82786,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82843,12 +82843,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82905,12 +82905,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-ports/GENERIC-RESOURCE-API:vnfc-port/{vnfc-port-id}/GENERIC-RESOURCE-API:vnic-sub-interfaces/GENERIC-RESOURCE-API:sub-interface-network-data/{network-id}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -82967,12 +82967,12 @@ paths:
200:
description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83019,12 +83019,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83076,12 +83076,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-names/GENERIC-RESOURCE-API:vnfc-names/{vnfc-name}/GENERIC-RESOURCE-API:vnfc-networks/GENERIC-RESOURCE-API:vnfc-network-data/{vnfc-network-role}/GENERIC-RESOURCE-API:vnfc-subnet/{vnfc-subnet-role}/GENERIC-RESOURCE-API:vnfc-ip-assignments/{vnfc-address-family}/GENERIC-RESOURCE-API:vnfc-subnet-ip/{vnfc-ip-address}/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83138,12 +83138,12 @@ paths:
200:
description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83175,12 +83175,12 @@ paths:
200:
description: "generic.resource.api.vmtopologydata.VmNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83217,12 +83217,12 @@ paths:
200:
description: "generic.resource.api.VmNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VmNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:floating-ips/
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83259,12 +83259,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.FloatingIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:interface-route-prefixes/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83301,12 +83301,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:mac-addresses/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83343,12 +83343,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.MacAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83385,12 +83385,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83432,12 +83432,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:network-information-items/GENERIC-RESOURCE-API:network-information-item/{ip-version}/GENERIC-RESOURCE-API:network-ips/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83479,12 +83479,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83521,12 +83521,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83568,12 +83568,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83615,12 +83615,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83657,12 +83657,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.SriovParameters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83699,12 +83699,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:c-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83741,12 +83741,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:application-tags/GENERIC-RESOURCE-API:s-tags/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83783,12 +83783,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-assignments/GENERIC-RESOURCE-API:vms/GENERIC-RESOURCE-API:vm/{vm-type}/GENERIC-RESOURCE-API:vm-networks/GENERIC-RESOURCE-API:vm-network/{network-role}/GENERIC-RESOURCE-API:sriov-parameters/GENERIC-RESOURCE-API:heat-vlan-filters/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83825,12 +83825,12 @@ paths:
200:
description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
schema:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83857,12 +83857,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83894,12 +83894,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83931,12 +83931,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -83973,12 +83973,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vf-module-topology/GENERIC-RESOURCE-API:vf-module-topology-identifier/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84005,12 +84005,12 @@ paths:
200:
description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
schema:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84037,12 +84037,12 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vf-modules/GENERIC-RESOURCE-API:vf-module/{vf-module-id}/GENERIC-RESOURCE-API:vf-module-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84069,12 +84069,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84096,12 +84096,12 @@ paths:
200:
description: "generic.resource.api.vnfinformation.VnfInformation"
schema:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84123,12 +84123,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-level-oper-status/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-level-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84150,12 +84150,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84177,12 +84177,12 @@ paths:
200:
description: "generic.resource.api.VnfNetworkCollection"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/
+ $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84209,12 +84209,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84241,12 +84241,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:networks/GENERIC-RESOURCE-API:network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84278,12 +84278,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84310,12 +84310,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-network-collections/GENERIC-RESOURCE-API:vnf-network-collection/{network-instance-group-function}/GENERIC-RESOURCE-API:vnf-floating-ip/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84342,12 +84342,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-provided-allotted-resources/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84369,12 +84369,12 @@ paths:
200:
description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84396,12 +84396,12 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.VnfRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84423,12 +84423,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84455,12 +84455,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84487,12 +84487,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-input-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84524,12 +84524,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-network-instance-group-ids/{vnf-network-instance-group-id}/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84556,12 +84556,12 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84583,12 +84583,12 @@ paths:
200:
description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84615,12 +84615,12 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84647,12 +84647,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84684,12 +84684,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84721,12 +84721,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84753,12 +84753,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-request-input/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84790,12 +84790,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84817,12 +84817,12 @@ paths:
200:
description: "generic.resource.api.VnfSubInterfaceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/
+ $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84859,12 +84859,12 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84901,12 +84901,12 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:customer-bonding-requests/GENERIC-RESOURCE-API:customer-bonding-request/{configuration-id}/
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84948,12 +84948,12 @@ paths:
200:
description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
schema:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -84990,12 +84990,12 @@ paths:
200:
description: "generic.resource.api.vnfcs.Vnfcs"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/
+ $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85037,12 +85037,12 @@ paths:
200:
description: "generic.resource.api.vnfcs.vnfcs.Vnfc"
schema:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85084,12 +85084,12 @@ paths:
200:
description: "generic.resource.api.vnics.Vnics"
schema:
- $ref: "#/definitions/generic.resource.api.vnics.Vnics"
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnics.Vnics"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/
+ $ref: "#/definitions/generic.resource.api.vnics.Vnics"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85136,12 +85136,12 @@ paths:
200:
description: "generic.resource.api.vnics.vnics.Vnic"
schema:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85188,12 +85188,12 @@ paths:
200:
description: "generic.resource.api.subinterfaces.SubInterfaces"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/
+ $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85245,12 +85245,12 @@ paths:
200:
description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85302,12 +85302,12 @@ paths:
200:
description: "generic.resource.api.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-ip-addresses/GENERIC-RESOURCE-API:ip-addresses/
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85359,12 +85359,12 @@ paths:
200:
description: "generic.resource.api.ipaddresses.IpAddresses"
schema:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:sub-interface-network/
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85416,12 +85416,12 @@ paths:
200:
description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-sub-interface-groups/GENERIC-RESOURCE-API:vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/GENERIC-RESOURCE-API:vnfcs/GENERIC-RESOURCE-API:vnfc/{vnfc-name}/GENERIC-RESOURCE-API:vnics/GENERIC-RESOURCE-API:vnic/{vnic-port-name}/GENERIC-RESOURCE-API:sub-interfaces/GENERIC-RESOURCE-API:sub-interface/{sub-interface-port-name}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85473,12 +85473,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85500,12 +85500,12 @@ paths:
200:
description: "generic.resource.api.vnftopology.VnfTopology"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85527,12 +85527,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85554,12 +85554,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85586,12 +85586,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85618,12 +85618,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-parameters-data/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85655,12 +85655,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85682,12 +85682,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:availability-zones/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/availability-zones/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85709,12 +85709,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85736,12 +85736,12 @@ paths:
200:
description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
schema:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85768,12 +85768,12 @@ paths:
200:
description: "generic.resource.api.VnfNetworkData"
schema:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85800,12 +85800,12 @@ paths:
200:
description: "generic.resource.api.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85837,12 +85837,12 @@ paths:
200:
description: "generic.resource.api.relatednetwork.RelatedNetwork"
schema:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- responseSchema:
$ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:related-networks/GENERIC-RESOURCE-API:related-network/{network-id}/GENERIC-RESOURCE-API:vlan-tags/
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85874,12 +85874,12 @@ paths:
200:
description: "generic.resource.api.vlantags.VlanTags"
schema:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85906,12 +85906,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.SubnetsData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-resource-assignments/GENERIC-RESOURCE-API:vnf-networks/GENERIC-RESOURCE-API:vnf-network/{network-role}/GENERIC-RESOURCE-API:subnets-data/GENERIC-RESOURCE-API:subnet-data/{sdnc-subnet-id}/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85943,12 +85943,12 @@ paths:
200:
description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
schema:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-data/GENERIC-RESOURCE-API:vnfs/GENERIC-RESOURCE-API:vnf/{vnf-id}/GENERIC-RESOURCE-API:vnf-data/GENERIC-RESOURCE-API:vnf-topology/GENERIC-RESOURCE-API:vnf-topology-identifier-structure/
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-topology-identifier-structure/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85970,12 +85970,12 @@ paths:
200:
description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
schema:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
- responseSchema:
$ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
- ? /operational/GENERIC-RESOURCE-API:services/GENERIC-RESOURCE-API:service/{service-instance-id}/GENERIC-RESOURCE-API:service-status/
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -85992,11 +85992,11 @@ paths:
200:
description: "generic.resource.api.servicestatus.ServiceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
/operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/:
get:
tags:
@@ -86009,12 +86009,12 @@ paths:
200:
description: "generic.resource.api.TunnelxconnAllottedResources"
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
- responseSchema:
$ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/
+ $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86031,12 +86031,12 @@ paths:
200:
description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86053,12 +86053,12 @@ paths:
200:
description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-oper-status/
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86075,12 +86075,12 @@ paths:
200:
description: "generic.resource.api.OperStatusData"
schema:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.OperStatusData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.OperStatusData"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86097,12 +86097,12 @@ paths:
200:
description: "generic.resource.api.TunnelxconnOperationInformation"
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86119,12 +86119,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:allotted-resource-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86141,12 +86141,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:request-information/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86163,12 +86163,12 @@ paths:
200:
description: "generic.resource.api.requestinformation.RequestInformation"
schema:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:sdnc-request-header/
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86185,12 +86185,12 @@ paths:
200:
description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
schema:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- responseSchema:
$ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86207,12 +86207,12 @@ paths:
200:
description: "generic.resource.api.serviceinformation.ServiceInformation"
schema:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:service-information/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86229,12 +86229,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:allotted-resource-operation-information/GENERIC-RESOURCE-API:tunnelxconn-request-input/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/tunnelxconn-request-input/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86251,12 +86251,12 @@ paths:
200:
description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/
+ $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86273,12 +86273,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86300,12 +86300,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86327,12 +86327,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86359,12 +86359,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86381,12 +86381,12 @@ paths:
200:
description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:allotted-resource-identifiers/
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/allotted-resource-identifiers/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86403,12 +86403,12 @@ paths:
200:
description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:onap-model-information/
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/onap-model-information/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86425,12 +86425,12 @@ paths:
200:
description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
schema:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-assignments/
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-assignments/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86447,12 +86447,12 @@ paths:
200:
description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
schema:
- $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
- responseSchema:
$ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/
+ $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86469,12 +86469,12 @@ paths:
200:
description: "generic.resource.api.Param"
schema:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.Param"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/
+ $ref: "#/definitions/generic.resource.api.Param"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86496,12 +86496,12 @@ paths:
200:
description: "generic.resource.api.param.Param"
schema:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.Param"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.Param"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/
+ $ref: "#/definitions/generic.resource.api.param.Param"
+ ? /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/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86523,12 +86523,12 @@ paths:
200:
description: "generic.resource.api.param.param.ResourceResolutionData"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-data/GENERIC-RESOURCE-API:tunnelxconn-topology/GENERIC-RESOURCE-API:tunnelxconn-parameters/GENERIC-RESOURCE-API:param/{name}/GENERIC-RESOURCE-API:resource-resolution-data/GENERIC-RESOURCE-API:resource-key/{resource-key-name}/
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ ? /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}/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86555,12 +86555,12 @@ paths:
200:
description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
schema:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- responseSchema:
$ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
- ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/GENERIC-RESOURCE-API:tunnelxconn-allotted-resource/{allotted-resource-id}/GENERIC-RESOURCE-API:allotted-resource-status/
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-status/
: get:
tags:
- "GENERIC-RESOURCE-API"
@@ -86577,11 +86577,11 @@ paths:
200:
description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
schema:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
- responseSchema:
$ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
/operations/GENERIC-RESOURCE-API:brg-topology-operation/:
post:
tags:
@@ -86593,19 +86593,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.BrgTopologyOperation"
originalRef: "#/definitions/generic.resource.api.BrgTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.BrgTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.BrgTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.BrgTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:connection-attachment-topology-operation/:
@@ -86619,19 +86619,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:contrail-route-topology-operation/:
@@ -86645,19 +86645,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:generic-configuration-notification/:
@@ -86671,8 +86671,8 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.genericconfigurationnotification.Input"
originalRef: "#/definitions/generic.resource.api.genericconfigurationnotification.Input"
+ $ref: "#/definitions/generic.resource.api.genericconfigurationnotification.Input"
responses:
400:
description: "Internal error"
@@ -86689,19 +86689,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
originalRef: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:getpathsegment-topology-operation/:
@@ -86715,19 +86715,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.ForwardingPathOperationInformation"
originalRef: "#/definitions/generic.resource.api.ForwardingPathOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ForwardingPathOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
originalRef: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:network-topology-operation/:
@@ -86741,19 +86741,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
originalRef: "#/definitions/generic.resource.api.NetworkOperationInformation"
+ $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.NetworkTopologyOperation"
originalRef: "#/definitions/generic.resource.api.NetworkTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.NetworkTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.NetworkTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.NetworkTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:pnf-topology-operation/:
@@ -86767,19 +86767,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
originalRef: "#/definitions/generic.resource.api.PnfOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.PnfTopologyOperation"
originalRef: "#/definitions/generic.resource.api.PnfTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PnfTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PnfTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.PnfTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:policy-update-notify-operation/:
@@ -86793,19 +86793,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"
originalRef: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"
+ $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
originalRef: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
+ $ref: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:port-mirror-topology-operation/:
@@ -86819,19 +86819,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:preload-network-topology-operation/:
@@ -86845,19 +86845,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation/:
@@ -86871,19 +86871,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:security-zone-topology-operation/:
@@ -86897,19 +86897,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:service-topology-operation/:
@@ -86923,19 +86923,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
originalRef: "#/definitions/generic.resource.api.ServiceOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.ServiceTopologyOperation"
originalRef: "#/definitions/generic.resource.api.ServiceTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.ServiceTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.ServiceTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.ServiceTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:tunnelxconn-topology-operation/:
@@ -86949,19 +86949,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:vf-module-topology-operation/:
@@ -86975,19 +86975,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
originalRef: "#/definitions/generic.resource.api.VfModuleOperationInformation"
+ $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
originalRef: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:vnf-get-resource-request/:
@@ -87001,19 +87001,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Input"
originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequest.Input"
+ $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Input"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.VnfGetResourceRequest"
originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequest"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfGetResourceRequest"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequest"
+ $ref: "#/definitions/generic.resource.api.VnfGetResourceRequest"
201:
description: "No response"
/operations/GENERIC-RESOURCE-API:vnf-topology-operation/:
@@ -87027,19 +87027,19 @@ paths:
schema:
properties:
input:
- $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
originalRef: "#/definitions/generic.resource.api.VnfOperationInformation"
+ $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
responses:
400:
description: "Internal error"
200:
description: "Correct response"
schema:
- $ref: "#/definitions/generic.resource.api.VnfTopologyOperation"
originalRef: "#/definitions/generic.resource.api.VnfTopologyOperation"
- responseSchema:
$ref: "#/definitions/generic.resource.api.VnfTopologyOperation"
+ responseSchema:
originalRef: "#/definitions/generic.resource.api.VnfTopologyOperation"
+ $ref: "#/definitions/generic.resource.api.VnfTopologyOperation"
201:
description: "No response"
definitions:
@@ -87054,14 +87054,14 @@ definitions:
aggregate-routes:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
generic.resource.api.AllottedResourceIdentifiers:
type: "object"
properties:
allotted-resource-identifiers:
- $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
generic.resource.api.AllottedResourceInfo:
type: "object"
properties:
@@ -87077,76 +87077,76 @@ definitions:
type: "object"
properties:
allotted-resource-information:
- $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
generic.resource.api.AllottedResourceOperStatus:
type: "object"
properties:
allotted-resource-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.AllottedResourceStatus:
type: "object"
properties:
allotted-resource-status:
- $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
generic.resource.api.BrgAllottedResources:
type: "object"
properties:
brg-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
generic.resource.api.BrgAssignments:
type: "object"
properties:
brg-assignments:
- $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
+ $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
generic.resource.api.BrgOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
- - $ref: "#/definitions/generic.resource.api.BrgRequestInput"
- originalRef: "#/definitions/generic.resource.api.BrgRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ - originalRef: "#/definitions/generic.resource.api.BrgRequestInput"
+ $ref: "#/definitions/generic.resource.api.BrgRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.BrgRequestInput:
type: "object"
properties:
brg-request-input:
- $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
+ $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
generic.resource.api.BrgResponseInformation:
type: "object"
properties:
brg-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.BrgTopology:
type: "object"
properties:
brg-topology:
- $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
+ $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
generic.resource.api.BrgTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.brgtopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.brgtopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.brgtopologyoperation.Output"
generic.resource.api.ConfigurationIdentifiers:
type: "object"
properties:
configuration-identifiers:
- $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
+ $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
generic.resource.api.ConfigurationInfo:
type: "object"
properties:
@@ -87166,126 +87166,126 @@ definitions:
type: "object"
properties:
configuration-information:
- $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
generic.resource.api.ConfigurationOperStatus:
type: "object"
properties:
configuration-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.ConfigurationStatus:
type: "object"
properties:
configuration-status:
- $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
generic.resource.api.ConnectionAttachmentAllottedResources:
type: "object"
properties:
connection-attachment-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
generic.resource.api.ConnectionAttachmentAssignments:
type: "object"
properties:
connection-attachment-assignments:
- $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
generic.resource.api.ConnectionAttachmentOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
- - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
- originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.ConnectionAttachmentRequestInput:
type: "object"
properties:
connection-attachment-request-input:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.ConnectionAttachmentResponseInformation:
type: "object"
properties:
connection-attachment-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.ConnectionAttachmentTopology:
type: "object"
properties:
connection-attachment-topology:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
generic.resource.api.ConnectionAttachmentTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"
generic.resource.api.ConnectionPoint:
type: "object"
properties:
connection-point:
- $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
generic.resource.api.ContrailRouteAllottedResources:
type: "object"
properties:
contrail-route-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
generic.resource.api.ContrailRouteAssignments:
type: "object"
properties:
contrail-route-assignments:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
generic.resource.api.ContrailRouteOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
- - $ref: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
- originalRef: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.ContrailRouteRequestInput:
type: "object"
properties:
contrail-route-request-input:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
generic.resource.api.ContrailRouteResponseInformation:
type: "object"
properties:
contrail-route-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.ContrailRouteTopology:
type: "object"
properties:
contrail-route-topology:
- $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
+ $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
generic.resource.api.ContrailRouteTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"
generic.resource.api.DhcpEnabledEnumeration:
type: "string"
enum:
@@ -87293,38 +87293,38 @@ definitions:
- "N"
generic.resource.api.ForwardingPathInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
forwarding-path-type:
description: "Based on MySQL Forwarding_Path tables path_type value from\
\ related TOSCA model"
- $ref: "#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"
originalRef: "#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"
+ $ref: "#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"
forwarding-path-name:
type: "string"
description: "Fowarding-path name from TOSCA model, or name generated by\
\ SDNC"
service-paths:
- $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
+ $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
generic.resource.api.ForwardingPathOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
- originalRef: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
+ $ref: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.ForwardingPathRequestInput:
type: "object"
properties:
forwarding-path-request-input:
- $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"
originalRef: "#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"
+ $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"
generic.resource.api.ForwardingPathTypeEnumeration:
type: "string"
enum:
@@ -87334,60 +87334,60 @@ definitions:
type: "object"
properties:
gc-request-input:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
generic.resource.api.GcResponseInformation:
type: "object"
properties:
gc-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.GcTopologyOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
- originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
- - $ref: "#/definitions/generic.resource.api.GcRequestInput"
- originalRef: "#/definitions/generic.resource.api.GcRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
+ - originalRef: "#/definitions/generic.resource.api.GcRequestInput"
+ $ref: "#/definitions/generic.resource.api.GcRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.GenericConfigurationTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"
generic.resource.api.GenericConfigurations:
type: "object"
properties:
gc-configuration:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
generic.resource.api.GetpathsegmentResponseInformation:
type: "object"
properties:
getpathsegment-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.GetpathsegmentTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"
generic.resource.api.HostRoutes:
type: "object"
properties:
host-routes:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
generic.resource.api.InstanceReference:
type: "object"
properties:
@@ -87400,8 +87400,8 @@ definitions:
type: "object"
properties:
ip-addresses:
- $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
generic.resource.api.IpTypeEnumeration:
type: "string"
enum:
@@ -87527,8 +87527,8 @@ definitions:
type: "object"
properties:
license-information:
- $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
generic.resource.api.MaintenanceIndicatorEnumeration:
type: "string"
enum:
@@ -87538,8 +87538,8 @@ definitions:
type: "object"
properties:
network-assignments:
- $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
+ $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
generic.resource.api.NetworkInfo:
type: "object"
properties:
@@ -87551,106 +87551,106 @@ definitions:
type: "object"
properties:
network-information:
- $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
+ $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
generic.resource.api.NetworkInstanceGroup:
type: "object"
properties:
network-instance-group:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
generic.resource.api.NetworkLevelOperStatus:
type: "object"
properties:
network-level-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.NetworkOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.NetworkInformation"
- originalRef: "#/definitions/generic.resource.api.NetworkInformation"
- - $ref: "#/definitions/generic.resource.api.NetworkRequestInput"
- originalRef: "#/definitions/generic.resource.api.NetworkRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.NetworkInformation"
+ $ref: "#/definitions/generic.resource.api.NetworkInformation"
+ - originalRef: "#/definitions/generic.resource.api.NetworkRequestInput"
+ $ref: "#/definitions/generic.resource.api.NetworkRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.NetworkParameters:
type: "object"
properties:
network-parameters:
- $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
+ $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
generic.resource.api.NetworkPolicy:
type: "object"
properties:
network-policy:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
generic.resource.api.NetworkRequestInput:
type: "object"
properties:
network-request-input:
- $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
+ $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
generic.resource.api.NetworkResponseInformation:
type: "object"
properties:
network-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.NetworkTopology:
type: "object"
properties:
network-topology:
- $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
+ $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
generic.resource.api.NetworkTopologyIdentifierStructure:
type: "object"
properties:
network-topology-identifier-structure:
- $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
generic.resource.api.NetworkTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.networktopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.networktopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.networktopologyoperation.Output"
generic.resource.api.OnapModelInformation:
type: "object"
properties:
onap-model-information:
- $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
generic.resource.api.OperStatusData:
type: "object"
properties:
last-action:
description: "should be list of possible request-actions"
- $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
originalRef: "#/definitions/generic.resource.api.LastActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
modify-timestamp:
type: "string"
last-order-status:
- $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
create-timestamp:
type: "string"
description: "Not currently populated in service data."
order-status:
description: "TBD - do we need Request failed statuses? RequestFailed | InProgressTimeout"
- $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.OrderStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
last-rpc-action:
- $ref: "#/definitions/generic.resource.api.LastRpcActionEnumeration"
originalRef: "#/definitions/generic.resource.api.LastRpcActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.LastRpcActionEnumeration"
last-svc-request-id:
type: "string"
description: "Not currently populated in service data."
@@ -87670,80 +87670,80 @@ definitions:
param:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.param.Param"
originalRef: "#/definitions/generic.resource.api.param.Param"
+ $ref: "#/definitions/generic.resource.api.param.Param"
generic.resource.api.PnfDetails:
type: "object"
properties:
pnf-details:
- $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
+ $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
generic.resource.api.PnfInformation:
type: "object"
properties:
pnf-information:
- $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
generic.resource.api.PnfLevelOperStatus:
type: "object"
properties:
pnf-level-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.PnfOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.PnfDetails"
- originalRef: "#/definitions/generic.resource.api.PnfDetails"
- - $ref: "#/definitions/generic.resource.api.PnfRequestInput"
- originalRef: "#/definitions/generic.resource.api.PnfRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.PnfDetails"
+ $ref: "#/definitions/generic.resource.api.PnfDetails"
+ - originalRef: "#/definitions/generic.resource.api.PnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.PnfRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.PnfRequestInput:
type: "object"
properties:
pnf-request-input:
- $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
generic.resource.api.PnfResponseInformation:
type: "object"
properties:
pnf-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.PnfTopology:
type: "object"
properties:
pnf-topology:
- $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
+ $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
generic.resource.api.PnfTopologyIdentifierStructure:
type: "object"
properties:
pnf-topology-identifier-structure:
- $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
generic.resource.api.PnfTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.pnftopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.pnftopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.pnftopologyoperation.Output"
generic.resource.api.PolicyUpdateNotifyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"
originalRef: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"
generic.resource.api.PortInfo:
allOf:
- - $ref: "#/definitions/generic.resource.api.PnfInformation"
- originalRef: "#/definitions/generic.resource.api.PnfInformation"
- - $ref: "#/definitions/generic.resource.api.VnfInformation"
- originalRef: "#/definitions/generic.resource.api.VnfInformation"
+ - originalRef: "#/definitions/generic.resource.api.PnfInformation"
+ $ref: "#/definitions/generic.resource.api.PnfInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.VnfInformation"
- type: "object"
properties:
service-instance-id:
@@ -87753,84 +87753,84 @@ definitions:
type: "object"
properties:
port-mirror-configuration-assignments:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
generic.resource.api.PortMirrorConfigurationRequestInput:
type: "object"
properties:
port-mirror-configuration-request-input:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
generic.resource.api.PortMirrorConfigurationTopology:
type: "object"
properties:
port-mirror-configuration-topology:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
generic.resource.api.PortMirrorConfigurations:
type: "object"
properties:
port-mirror-configuration:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
generic.resource.api.PortMirrorResponseInformation:
type: "object"
properties:
port-mirror-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.PortMirrorTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.portmirrortopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.portmirrortopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.portmirrortopologyoperation.Output"
generic.resource.api.PortMirrorTopologyOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
- originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
- - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
- originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
+ - originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.PreloadData:
type: "object"
properties:
preload-data:
- $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
+ $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
generic.resource.api.PreloadModelInformation:
type: "object"
properties:
preload-list:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
+ $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
generic.resource.api.PreloadNetworkTopologyInformation:
type: "object"
properties:
preload-network-topology-information:
- $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
generic.resource.api.PreloadNetworkTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
originalRef: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
+ $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
generic.resource.api.PreloadOperStatus:
type: "object"
properties:
preload-oper-status:
- $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
+ $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
generic.resource.api.PreloadTopologyResponseBody:
type: "object"
properties:
@@ -87846,14 +87846,14 @@ definitions:
type: "object"
properties:
preload-vf-module-topology-information:
- $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
generic.resource.api.PreloadVfModuleTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
originalRef: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
+ $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
generic.resource.api.ProviderNetworkInformation:
type: "object"
properties:
@@ -87884,8 +87884,8 @@ definitions:
related-network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
generic.resource.api.RequestActionEnumeration:
type: "string"
enum:
@@ -87986,8 +87986,8 @@ definitions:
type: "object"
properties:
request-information:
- $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
generic.resource.api.RequestStatusEnumeration:
type: "string"
enum:
@@ -88000,8 +88000,8 @@ definitions:
route-table-reference:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
generic.resource.api.RpcActionEnumeration:
type: "string"
enum:
@@ -88016,106 +88016,106 @@ definitions:
type: "object"
properties:
sdnc-request-header:
- $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
generic.resource.api.SecurityZoneAllottedResources:
type: "object"
properties:
security-zone-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
generic.resource.api.SecurityZoneAssignments:
type: "object"
properties:
security-zone-assignments:
- $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
+ $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
generic.resource.api.SecurityZoneOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
- originalRef: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
generic.resource.api.SecurityZoneRequestInput:
type: "object"
properties:
security-zone-request-input:
- $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
+ $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
generic.resource.api.SecurityZoneResponseInformation:
type: "object"
properties:
security-zone-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.SecurityZoneTopology:
type: "object"
properties:
security-zone-topology:
- $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
+ $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
generic.resource.api.SecurityZoneTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.securityzonetopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.securityzonetopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.securityzonetopologyoperation.Output"
generic.resource.api.ServiceAssignments:
type: "object"
properties:
service-assignments:
- $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
+ $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
generic.resource.api.ServiceData:
type: "object"
properties:
service-data:
- $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
+ $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
generic.resource.api.ServiceInformation:
type: "object"
properties:
service-information:
- $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
generic.resource.api.ServiceLevelOperStatus:
type: "object"
properties:
service-level-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.ServiceModelInfrastructure:
type: "object"
properties:
service:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
+ $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
generic.resource.api.ServiceOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceRequestInput"
- originalRef: "#/definitions/generic.resource.api.ServiceRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceRequestInput"
+ $ref: "#/definitions/generic.resource.api.ServiceRequestInput"
generic.resource.api.ServiceParameters:
type: "object"
properties:
service-parameters:
- $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
generic.resource.api.ServicePathInformation:
type: "object"
properties:
@@ -88135,66 +88135,66 @@ definitions:
service:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
generic.resource.api.ServiceRequestInput:
type: "object"
properties:
service-request-input:
- $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
+ $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
generic.resource.api.ServiceResponseInformation:
type: "object"
properties:
service-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.ServiceStatus:
type: "object"
properties:
service-status:
- $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
generic.resource.api.ServiceTopology:
type: "object"
properties:
service-topology:
- $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
+ $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
generic.resource.api.ServiceTopologyIdentifier:
type: "object"
properties:
service-topology-identifier:
- $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
generic.resource.api.ServiceTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.servicetopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.servicetopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.servicetopologyoperation.Output"
generic.resource.api.SubInterfaceNetworkData:
type: "object"
properties:
sub-interface-network-data:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
generic.resource.api.SubInterfaces:
type: "object"
properties:
sub-interfaces:
- $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
generic.resource.api.Subnets:
type: "object"
properties:
subnets:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.subnets.Subnets"
originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
+ $ref: "#/definitions/generic.resource.api.subnets.Subnets"
generic.resource.api.SvcActionEnumeration:
type: "string"
enum:
@@ -88235,50 +88235,50 @@ definitions:
tunnelxconn-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
generic.resource.api.TunnelxconnAssignments:
type: "object"
properties:
tunnelxconn-assignments:
- $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
generic.resource.api.TunnelxconnOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
- originalRef: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
generic.resource.api.TunnelxconnRequestInput:
type: "object"
properties:
tunnelxconn-request-input:
- $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
generic.resource.api.TunnelxconnResponseInformation:
type: "object"
properties:
tunnelxconn-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.TunnelxconnTopology:
type: "object"
properties:
tunnelxconn-topology:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
generic.resource.api.TunnelxconnTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"
generic.resource.api.UseDhcpEnumeration:
type: "string"
enum:
@@ -88288,82 +88288,82 @@ definitions:
type: "object"
properties:
vf-module-assignments:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
generic.resource.api.VfModuleInformation:
type: "object"
properties:
vf-module-information:
- $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
+ $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
generic.resource.api.VfModuleLevelOperStatus:
type: "object"
properties:
vf-module-level-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.VfModuleOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.VfModuleInformation"
- originalRef: "#/definitions/generic.resource.api.VfModuleInformation"
- - $ref: "#/definitions/generic.resource.api.VfModuleRequestInput"
- originalRef: "#/definitions/generic.resource.api.VfModuleRequestInput"
- - $ref: "#/definitions/generic.resource.api.VnfInformation"
- originalRef: "#/definitions/generic.resource.api.VnfInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleInformation"
+ $ref: "#/definitions/generic.resource.api.VfModuleInformation"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleRequestInput"
+ $ref: "#/definitions/generic.resource.api.VfModuleRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.VnfInformation"
generic.resource.api.VfModuleRequestInput:
type: "object"
properties:
vf-module-request-input:
- $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
+ $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
generic.resource.api.VfModuleResponseInformation:
type: "object"
properties:
vf-module-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.VfModuleTopology:
type: "object"
properties:
vf-module-topology:
- $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
generic.resource.api.VfModuleTopologyIdentifier:
type: "object"
properties:
vf-module-topology-identifier:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
generic.resource.api.VfModuleTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"
generic.resource.api.VlanTags:
type: "object"
properties:
vlan-tags:
- $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
+ $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
generic.resource.api.VlanVnfcInstanceGroups:
type: "object"
properties:
vlan-vnfc-instance-groups:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
generic.resource.api.VmNetworkData:
type: "object"
properties:
related-networks:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
network-role:
type: "string"
description: "network (identified by role) that this VM connects to. Should\
@@ -88371,35 +88371,35 @@ definitions:
is-trunked:
type: "boolean"
floating-ips:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
sriov-parameters:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
network-information-items:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
mac-addresses:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
network-role-tag:
type: "string"
segmentation-id:
type: "string"
interface-route-prefixes:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
generic.resource.api.VmTopologyData:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
vm-type:
type: "string"
vm-names:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
vm-type-tag:
type: "string"
description: "from tosca data on vfc"
@@ -88407,8 +88407,8 @@ definitions:
type: "integer"
format: "int32"
vm-networks:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
nfc-naming-code:
type: "string"
description: "used in vm naming(draft 29: changed from nfc-code)"
@@ -88422,48 +88422,48 @@ definitions:
vnf:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcloudparam.Vnf"
originalRef: "#/definitions/generic.resource.api.vnfcloudparam.Vnf"
+ $ref: "#/definitions/generic.resource.api.vnfcloudparam.Vnf"
generic.resource.api.VnfGetResourceRequest:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Output"
originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequest.Output"
+ $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Output"
generic.resource.api.VnfGetResourceRequestInputData:
type: "object"
properties:
vnf:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"
originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"
+ $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"
generic.resource.api.VnfInformation:
type: "object"
properties:
vnf-information:
- $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
generic.resource.api.VnfLevelOperStatus:
type: "object"
properties:
vnf-level-oper-status:
- $ref: "#/definitions/generic.resource.api.OperStatusData"
originalRef: "#/definitions/generic.resource.api.OperStatusData"
+ $ref: "#/definitions/generic.resource.api.OperStatusData"
generic.resource.api.VnfNetworkCollection:
type: "object"
properties:
vnf-network-collection:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
generic.resource.api.VnfNetworkData:
type: "object"
properties:
related-networks:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
network-role:
type: "string"
description: "A Network Role to which a VNF must connect"
@@ -88473,8 +88473,8 @@ definitions:
type: "string"
description: "Unique Neutron UUID of an instance of the network role "
subnets-data:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
contrail-network-fqdn:
type: "string"
description: "contrail network policy object"
@@ -88488,24 +88488,24 @@ definitions:
description: "Unique Neutron UUID of an instance of the network role "
generic.resource.api.VnfOperationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.LicenseInformation"
- originalRef: "#/definitions/generic.resource.api.LicenseInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.VnfInformation"
- originalRef: "#/definitions/generic.resource.api.VnfInformation"
- - $ref: "#/definitions/generic.resource.api.VnfRequestInput"
- originalRef: "#/definitions/generic.resource.api.VnfRequestInput"
+ - originalRef: "#/definitions/generic.resource.api.LicenseInformation"
+ $ref: "#/definitions/generic.resource.api.LicenseInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfInformation"
+ $ref: "#/definitions/generic.resource.api.VnfInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.VnfRequestInput"
generic.resource.api.VnfPathInformation:
type: "object"
properties:
vf-module-instance:
- $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
+ $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
left-network-role:
type: "string"
right-network-role:
@@ -88528,52 +88528,52 @@ definitions:
type: "object"
properties:
vnf-request-input:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
generic.resource.api.VnfResourceAssignments:
type: "object"
properties:
vnf-resource-assignments:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
generic.resource.api.VnfResponseInformation:
type: "object"
properties:
vnf-response-information:
- $ref: "#/definitions/generic.resource.api.InstanceReference"
originalRef: "#/definitions/generic.resource.api.InstanceReference"
+ $ref: "#/definitions/generic.resource.api.InstanceReference"
generic.resource.api.VnfSubInterfaceGroup:
type: "object"
properties:
vnf-sub-interface-group:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
generic.resource.api.VnfTopology:
type: "object"
properties:
vnf-topology:
- $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
+ $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
generic.resource.api.VnfTopologyIdentifierStructure:
type: "object"
properties:
vnf-topology-identifier-structure:
- $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
generic.resource.api.VnfTopologyOperation:
type: "object"
properties:
output:
- $ref: "#/definitions/generic.resource.api.vnftopologyoperation.Output"
originalRef: "#/definitions/generic.resource.api.vnftopologyoperation.Output"
+ $ref: "#/definitions/generic.resource.api.vnftopologyoperation.Output"
generic.resource.api.VnfVnrRebuildData:
type: "object"
properties:
vnf-vnr-rebuild-data:
- $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"
originalRef: "#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"
+ $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"
generic.resource.api.VnfcAddressFamilyEnumeration:
type: "string"
enum:
@@ -88585,22 +88585,22 @@ definitions:
vnfc-instance-group:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
generic.resource.api.VnfcNetworkData:
type: "object"
properties:
vnfc-network-data:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
generic.resource.api.VnfcObjects:
type: "object"
properties:
vnfc-objects:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
generic.resource.api.VnfcSubnetDhcpEnumeration:
type: "string"
enum:
@@ -88610,34 +88610,34 @@ definitions:
type: "object"
properties:
vnfcs:
- $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
generic.resource.api.VnicGroups:
type: "object"
properties:
vnic-groups:
- $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
generic.resource.api.Vnics:
type: "object"
properties:
vnics:
- $ref: "#/definitions/generic.resource.api.vnics.Vnics"
originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnics.Vnics"
generic.resource.api.VnrParameters:
type: "object"
properties:
vnr-parameters:
- $ref: "#/definitions/generic.resource.api.vnrparameters.VnrParameters"
originalRef: "#/definitions/generic.resource.api.vnrparameters.VnrParameters"
+ $ref: "#/definitions/generic.resource.api.vnrparameters.VnrParameters"
generic.resource.api.VpnBindings:
type: "object"
properties:
vpn-bindings:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
generic.resource.api.aggregateroutes.AggregateRoutes:
type: "object"
properties:
@@ -88672,8 +88672,8 @@ definitions:
description: "(Added in draft 32)Expected to be contrail-route or security-zone."
generic.resource.api.allottedresourceinformation.AllottedResourceInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
parent-service-instance-id:
@@ -88699,41 +88699,41 @@ definitions:
response-timestamp:
type: "string"
request-status:
- $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
final-indicator:
type: "string"
rpc-name:
type: "string"
rpc-action:
description: "this is the svc-action from the incoming request"
- $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
generic.resource.api.brgallottedresources.BrgAllottedResource:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- type: "object"
properties:
allotted-resource-id:
type: "string"
allotted-resource-data:
- $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- - $ref: "#/definitions/generic.resource.api.BrgTopology"
- originalRef: "#/definitions/generic.resource.api.BrgTopology"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.BrgTopology"
+ $ref: "#/definitions/generic.resource.api.BrgTopology"
- type: "object"
properties:
brg-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
allotted-resource-operation-information:
- $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
+ $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
generic.resource.api.brgassignments.BrgAssignments:
type: "object"
properties:
@@ -88750,25 +88750,25 @@ definitions:
type: "string"
generic.resource.api.brgtopology.BrgTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- - $ref: "#/definitions/generic.resource.api.BrgAssignments"
- originalRef: "#/definitions/generic.resource.api.BrgAssignments"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.BrgAssignments"
+ $ref: "#/definitions/generic.resource.api.BrgAssignments"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
brg-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.brgtopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.BrgResponseInformation"
- originalRef: "#/definitions/generic.resource.api.BrgResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.BrgResponseInformation"
+ $ref: "#/definitions/generic.resource.api.BrgResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.configurationidentifiers.ConfigurationIdentifiers:
type: "object"
properties:
@@ -88788,8 +88788,8 @@ definitions:
description: "Not an enum, but expected values are port-mirror-configuration."
generic.resource.api.configurationinformation.ConfigurationInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
configuration-name:
@@ -88817,72 +88817,72 @@ definitions:
response-timestamp:
type: "string"
request-status:
- $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
final-indicator:
type: "string"
rpc-name:
type: "string"
rpc-action:
description: "this is the svc-action from the incoming request"
- $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- type: "object"
properties:
allotted-resource-id:
type: "string"
allotted-resource-data:
- $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
- originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
- type: "object"
properties:
allotted-resource-operation-information:
- $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
connection-attachment-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments:
type: "object"
generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
- originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
connection-attachment-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.connectionattachmenttopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.connectionpoint.ConnectionPoint:
type: "object"
properties:
vlan-data:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
+ $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
port-id:
type: "string"
description: "port-index when multiple CPs connect to same network. Default\
@@ -88905,26 +88905,26 @@ definitions:
type: "string"
generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- type: "object"
properties:
allotted-resource-id:
type: "string"
allotted-resource-data:
- $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- - $ref: "#/definitions/generic.resource.api.ContrailRouteTopology"
- originalRef: "#/definitions/generic.resource.api.ContrailRouteTopology"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.ContrailRouteTopology"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteTopology"
- type: "object"
properties:
allotted-resource-operation-information:
- $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
generic.resource.api.contrailrouteassignments.ContrailRouteAssignments:
type: "object"
properties:
@@ -88936,18 +88936,18 @@ definitions:
description: "Contrail-assigned vlan-tag to the vipr vm interface for this\
\ route."
dest-network:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
- source-network:
$ref: "#/definitions/generic.resource.api.NetworkInfo"
+ source-network:
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
contrail-id:
type: "string"
description: "The ID assigned by Contrail to the network-policy (one for one\
\ with the fq-name)"
contrail-applied-service:
- $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
+ $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService:
type: "object"
properties:
@@ -88966,17 +88966,17 @@ definitions:
type: "object"
properties:
contrail-applied-service-info:
- $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
+ $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
source-network:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
contrail-route-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
dest-network:
- $ref: "#/definitions/generic.resource.api.NetworkInfo"
originalRef: "#/definitions/generic.resource.api.NetworkInfo"
+ $ref: "#/definitions/generic.resource.api.NetworkInfo"
generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo:
type: "object"
properties:
@@ -88995,45 +88995,45 @@ definitions:
\ of the contrail-applied-service-info grouing."
generic.resource.api.contrailroutetopology.ContrailRouteTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- - $ref: "#/definitions/generic.resource.api.ContrailRouteAssignments"
- originalRef: "#/definitions/generic.resource.api.ContrailRouteAssignments"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.ContrailRouteAssignments"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteAssignments"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
contrail-route-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.contrailroutetopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.forwardingpathinformation.ServicePaths:
type: "object"
properties:
service-path:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.ServicePathInformation"
originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
+ $ref: "#/definitions/generic.resource.api.ServicePathInformation"
generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput:
type: "object"
properties:
forwarding-paths:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"
+ $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"
generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
forwarding-path-name:
@@ -89049,15 +89049,15 @@ definitions:
type: "string"
description: "This is mandatory in case of rebuild"
input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
vnf-id:
type: "string"
configuration-ids:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
+ $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds:
type: "object"
properties:
@@ -89065,20 +89065,20 @@ definitions:
type: "string"
generic.resource.api.genericconfigurationnotification.Input:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
- originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
- - $ref: "#/definitions/generic.resource.api.VnfVnrRebuildData"
- originalRef: "#/definitions/generic.resource.api.VnfVnrRebuildData"
- - $ref: "#/definitions/generic.resource.api.VnrParameters"
- originalRef: "#/definitions/generic.resource.api.VnrParameters"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.VnfVnrRebuildData"
+ $ref: "#/definitions/generic.resource.api.VnfVnrRebuildData"
+ - originalRef: "#/definitions/generic.resource.api.VnrParameters"
+ $ref: "#/definitions/generic.resource.api.VnrParameters"
- type: "object"
properties:
configuration-topology-link:
@@ -89086,40 +89086,40 @@ definitions:
description: "Returns URL to generic-configuration-topology "
generic.resource.api.genericconfigurations.GcConfiguration:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
- originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
- type: "object"
properties:
configuration-id:
type: "string"
configuration-data:
- $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
- originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
+ $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
- type: "object"
properties:
configuration-operation-information:
- $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
generic.resource.api.genericconfigurationtopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.GcResponseInformation"
- originalRef: "#/definitions/generic.resource.api.GcResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.GcResponseInformation"
+ $ref: "#/definitions/generic.resource.api.GcResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.getpathsegmenttopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
- originalRef: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
+ $ref: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.hostroutes.HostRoutes:
type: "object"
properties:
@@ -89147,13 +89147,13 @@ definitions:
license-key-group-list:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
entitlement-pool-list:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
+ $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList:
type: "object"
properties:
@@ -89185,8 +89185,8 @@ definitions:
type: "object"
generic.resource.api.networkinformation.NetworkInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
from-preload:
@@ -89200,33 +89200,33 @@ definitions:
type: "string"
generic.resource.api.networkinstancegroup.NetworkInstanceGroup:
allOf:
- - $ref: "#/definitions/generic.resource.api.AggregateRoutes"
- originalRef: "#/definitions/generic.resource.api.AggregateRoutes"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.Subnets"
- originalRef: "#/definitions/generic.resource.api.Subnets"
+ - originalRef: "#/definitions/generic.resource.api.AggregateRoutes"
+ $ref: "#/definitions/generic.resource.api.AggregateRoutes"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.Subnets"
+ $ref: "#/definitions/generic.resource.api.Subnets"
- type: "object"
properties:
subnet-assignment-policy:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
service-instance-id:
type: "string"
vpn-binding-policy:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
network-instance-group-id:
type: "string"
description: "Also a Key in Network Instance Group in A&AI"
network-instance-group-function:
type: "string"
networks:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
aggregate-route-policy:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
subnet-key-value:
type: "string"
description: "key-value provided to IPAM when creating shared subnet"
@@ -89245,8 +89245,8 @@ definitions:
network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy:
type: "object"
properties:
@@ -89270,8 +89270,8 @@ definitions:
type: "string"
generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network:
allOf:
- - $ref: "#/definitions/generic.resource.api.VpnBindings"
- originalRef: "#/definitions/generic.resource.api.VpnBindings"
+ - originalRef: "#/definitions/generic.resource.api.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.VpnBindings"
- type: "object"
properties:
network-status:
@@ -89284,8 +89284,8 @@ definitions:
type: "string"
description: "Index into network-topology-identifier structure"
customer-bonding-requests:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
vlan-tag-id:
type: "integer"
format: "int64"
@@ -89295,8 +89295,8 @@ definitions:
customer-bonding-request:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest:
type: "object"
properties:
@@ -89309,8 +89309,8 @@ definitions:
network-parameter:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
+ $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
generic.resource.api.networkparameters.networkparameters.NetworkParameter:
type: "object"
properties:
@@ -89327,36 +89327,36 @@ definitions:
type: "string"
generic.resource.api.networkrequestinput.NetworkRequestInput:
allOf:
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
network-name:
type: "string"
network-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
network-instance-group-id:
type: "string"
description: "When network has instance-group role in service model"
generic.resource.api.networktopology.NetworkTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.NetworkAssignments"
- originalRef: "#/definitions/generic.resource.api.NetworkAssignments"
- - $ref: "#/definitions/generic.resource.api.NetworkParameters"
- originalRef: "#/definitions/generic.resource.api.NetworkParameters"
- - $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
- originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.NetworkAssignments"
+ $ref: "#/definitions/generic.resource.api.NetworkAssignments"
+ - originalRef: "#/definitions/generic.resource.api.NetworkParameters"
+ $ref: "#/definitions/generic.resource.api.NetworkParameters"
+ - originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure:
type: "object"
properties:
related-networks:
- $ref: "#/definitions/generic.resource.api.RelatedNetwork"
originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
+ $ref: "#/definitions/generic.resource.api.RelatedNetwork"
network-role:
type: "string"
is-trunked:
@@ -89381,12 +89381,12 @@ definitions:
type: "string"
generic.resource.api.networktopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.NetworkResponseInformation"
- originalRef: "#/definitions/generic.resource.api.NetworkResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.NetworkResponseInformation"
+ $ref: "#/definitions/generic.resource.api.NetworkResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.onapmodelinformation.OnapModelInformation:
type: "object"
properties:
@@ -89412,8 +89412,8 @@ definitions:
name:
type: "string"
resource-resolution-data:
- $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
+ $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
value:
type: "string"
generic.resource.api.param.param.ResourceResolutionData:
@@ -89424,8 +89424,8 @@ definitions:
resource-key:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
+ $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
capability-name:
type: "string"
description: "Resource assignment resolution Capability name"
@@ -89441,8 +89441,8 @@ definitions:
type: "string"
generic.resource.api.pnfdetails.PnfDetails:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
pnf-id:
@@ -89457,8 +89457,8 @@ definitions:
\ in SDC)"
generic.resource.api.pnfinformation.PnfInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
pnf-name:
@@ -89468,31 +89468,31 @@ definitions:
type: "string"
generic.resource.api.pnfrequestinput.PnfRequestInput:
allOf:
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
request-version:
type: "string"
description: "keep this? e.g. 1702"
pnf-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
pnf-name:
type: "string"
generic.resource.api.pnftopology.PnfTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
- originalRef: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
pnf-parameters-data:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
sdnc-generated-cloud-resources:
type: "boolean"
description: "Indicate if source is sdnc generated cloud param.When true,\
@@ -89512,12 +89512,12 @@ definitions:
description: "In preload tree, this label is used for the vf-module-type"
generic.resource.api.pnftopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.PnfResponseInformation"
- originalRef: "#/definitions/generic.resource.api.PnfResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.PnfResponseInformation"
+ $ref: "#/definitions/generic.resource.api.PnfResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.policyupdatenotifyoperation.Input:
type: "object"
properties:
@@ -89573,26 +89573,26 @@ definitions:
dest-network-fqdn:
type: "string"
contrail-vmi-params:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
source-network-fqdn:
type: "string"
cloud-owner:
type: "string"
source-to-dest-maps:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
source-vnf-id:
type: "string"
dest-tenant:
type: "string"
description: "Tenant name from A&AI for destination VNF"
dest-vnfc-instance-group-id:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
source-vnfc-instance-group-id:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
probe-type:
type: "string"
description: "vprobe or pprobe; derived from configuration-information.configuration-sub-type"
@@ -89619,8 +89619,8 @@ definitions:
source-to-dest-map:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId:
type: "object"
properties:
@@ -89643,8 +89643,8 @@ definitions:
dest-vserver-id:
type: "string"
dest-ip-addresses:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
link-name:
type: "string"
dest-port-name:
@@ -89655,23 +89655,23 @@ definitions:
type: "string"
generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput:
allOf:
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
source-port:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
dest-port:
- $ref: "#/definitions/generic.resource.api.PortInfo"
originalRef: "#/definitions/generic.resource.api.PortInfo"
+ $ref: "#/definitions/generic.resource.api.PortInfo"
port-mirror-configuration-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort:
allOf:
- - $ref: "#/definitions/generic.resource.api.PortInfo"
- originalRef: "#/definitions/generic.resource.api.PortInfo"
+ - originalRef: "#/definitions/generic.resource.api.PortInfo"
+ $ref: "#/definitions/generic.resource.api.PortInfo"
- type: "object"
properties:
source-port-id:
@@ -89679,59 +89679,59 @@ definitions:
description: "needed for srv-action=disable/enable"
generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
- originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
+ $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
- type: "object"
properties:
configuration-id:
type: "string"
configuration-data:
- $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
+ $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
- originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
- - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
- originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
+ $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
- type: "object"
properties:
configuration-operation-information:
- $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
- originalRef: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
- originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
+ - originalRef: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
+ $ref: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
+ $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
- type: "object"
properties:
port-mirror-configuration-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.portmirrortopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
- originalRef: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
+ $ref: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.preloaddata.PreloadData:
allOf:
- - $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
- originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
- - $ref: "#/definitions/generic.resource.api.PreloadOperStatus"
- originalRef: "#/definitions/generic.resource.api.PreloadOperStatus"
- - $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
- originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
+ - originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
+ - originalRef: "#/definitions/generic.resource.api.PreloadOperStatus"
+ $ref: "#/definitions/generic.resource.api.PreloadOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
generic.resource.api.preloadmodelinformation.PreloadList:
allOf:
- - $ref: "#/definitions/generic.resource.api.PreloadData"
- originalRef: "#/definitions/generic.resource.api.PreloadData"
+ - originalRef: "#/definitions/generic.resource.api.PreloadData"
+ $ref: "#/definitions/generic.resource.api.PreloadData"
- type: "object"
properties:
preload-type:
@@ -89742,69 +89742,69 @@ definitions:
description: "vf-module-name or network name"
generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.HostRoutes"
- originalRef: "#/definitions/generic.resource.api.HostRoutes"
- - $ref: "#/definitions/generic.resource.api.NetworkPolicy"
- originalRef: "#/definitions/generic.resource.api.NetworkPolicy"
- - $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
- originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
- - $ref: "#/definitions/generic.resource.api.ProviderNetworkInformation"
- originalRef: "#/definitions/generic.resource.api.ProviderNetworkInformation"
- - $ref: "#/definitions/generic.resource.api.RouteTableReference"
- originalRef: "#/definitions/generic.resource.api.RouteTableReference"
- - $ref: "#/definitions/generic.resource.api.Subnets"
- originalRef: "#/definitions/generic.resource.api.Subnets"
- - $ref: "#/definitions/generic.resource.api.VpnBindings"
- originalRef: "#/definitions/generic.resource.api.VpnBindings"
+ - originalRef: "#/definitions/generic.resource.api.HostRoutes"
+ $ref: "#/definitions/generic.resource.api.HostRoutes"
+ - originalRef: "#/definitions/generic.resource.api.NetworkPolicy"
+ $ref: "#/definitions/generic.resource.api.NetworkPolicy"
+ - originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
+ - originalRef: "#/definitions/generic.resource.api.ProviderNetworkInformation"
+ $ref: "#/definitions/generic.resource.api.ProviderNetworkInformation"
+ - originalRef: "#/definitions/generic.resource.api.RouteTableReference"
+ $ref: "#/definitions/generic.resource.api.RouteTableReference"
+ - originalRef: "#/definitions/generic.resource.api.Subnets"
+ $ref: "#/definitions/generic.resource.api.Subnets"
+ - originalRef: "#/definitions/generic.resource.api.VpnBindings"
+ $ref: "#/definitions/generic.resource.api.VpnBindings"
generic.resource.api.preloadnetworktopologyoperation.Input:
allOf:
- - $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
- originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
generic.resource.api.preloadoperstatus.PreloadOperStatus:
type: "object"
properties:
last-action:
- $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
originalRef: "#/definitions/generic.resource.api.LastActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
modify-timestamp:
type: "string"
maintenance-indicator:
- $ref: "#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"
originalRef: "#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"
+ $ref: "#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"
last-order-status:
- $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
create-timestamp:
type: "string"
order-status:
- $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.OrderStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
last-svc-request-id:
type: "string"
generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.VfModuleTopology"
- originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
- - $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
- originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
- - $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
- originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.VfModuleTopology"
+ - originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
+ - originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
generic.resource.api.preloadvfmoduletopologyoperation.Input:
allOf:
- - $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
- originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
+ $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
generic.resource.api.relatednetwork.RelatedNetwork:
allOf:
- - $ref: "#/definitions/generic.resource.api.VlanTags"
- originalRef: "#/definitions/generic.resource.api.VlanTags"
+ - originalRef: "#/definitions/generic.resource.api.VlanTags"
+ $ref: "#/definitions/generic.resource.api.VlanTags"
- type: "object"
properties:
network-role:
@@ -89821,8 +89821,8 @@ definitions:
type: "string"
request-action:
description: "still need to work Disconnect"
- $ref: "#/definitions/generic.resource.api.RequestActionEnumeration"
originalRef: "#/definitions/generic.resource.api.RequestActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.RequestActionEnumeration"
source:
type: "string"
request-id:
@@ -89848,33 +89848,33 @@ definitions:
description: "Contains URL for asynchronous response"
svc-action:
description: "This is the rpcAction"
- $ref: "#/definitions/generic.resource.api.SvcActionEnumeration"
originalRef: "#/definitions/generic.resource.api.SvcActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.SvcActionEnumeration"
generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- type: "object"
properties:
allotted-resource-id:
type: "string"
allotted-resource-data:
- $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- - $ref: "#/definitions/generic.resource.api.SecurityZoneTopology"
- originalRef: "#/definitions/generic.resource.api.SecurityZoneTopology"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.SecurityZoneTopology"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneTopology"
- type: "object"
properties:
allotted-resource-operation-information:
- $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
security-zone-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.securityzoneassignments.SecurityZoneAssignments:
type: "object"
properties:
@@ -89902,8 +89902,8 @@ definitions:
type: "object"
properties:
security-zone-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
trusted-network-role:
type: "string"
description: "In the case of vIPR, this is the landing networks network-role;\
@@ -89916,124 +89916,124 @@ definitions:
type: "string"
generic.resource.api.securityzonetopology.SecurityZoneTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.SecurityZoneAssignments"
- originalRef: "#/definitions/generic.resource.api.SecurityZoneAssignments"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.SecurityZoneAssignments"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneAssignments"
- type: "object"
properties:
security-zone-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.securityzonetopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
- originalRef: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
+ $ref: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.serviceassignments.ServiceAssignments:
type: "object"
generic.resource.api.servicedata.ServiceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
- originalRef: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
- - $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceOperationInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceTopology"
- originalRef: "#/definitions/generic.resource.api.ServiceTopology"
+ - originalRef: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
+ $ref: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.ServiceOperationInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceTopology"
+ $ref: "#/definitions/generic.resource.api.ServiceTopology"
- type: "object"
properties:
vnfc-instance-groups:
- $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
provided-configurations:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
provided-allotted-resources:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
vnfs:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
forwarding-paths:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
network-instance-groups:
- $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
networks:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
consumed-allotted-resources:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
pnfs:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
generic.resource.api.servicedata.servicedata.ConsumedAllottedResources:
type: "object"
properties:
consumed-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
generic.resource.api.servicedata.servicedata.ForwardingPaths:
type: "object"
properties:
forwarding-path:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
generic.resource.api.servicedata.servicedata.Networks:
type: "object"
properties:
network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
generic.resource.api.servicedata.servicedata.Pnfs:
type: "object"
properties:
pnf:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
generic.resource.api.servicedata.servicedata.ProvidedAllottedResources:
type: "object"
properties:
provided-allotted-resource:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
generic.resource.api.servicedata.servicedata.ProvidedConfigurations:
type: "object"
properties:
provided-configuration:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
+ $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
generic.resource.api.servicedata.servicedata.Vnfs:
type: "object"
properties:
vnf:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath:
allOf:
- - $ref: "#/definitions/generic.resource.api.ForwardingPathInformation"
- originalRef: "#/definitions/generic.resource.api.ForwardingPathInformation"
+ - originalRef: "#/definitions/generic.resource.api.ForwardingPathInformation"
+ $ref: "#/definitions/generic.resource.api.ForwardingPathInformation"
- type: "object"
properties:
forwarding-path-id:
@@ -90045,21 +90045,21 @@ definitions:
network-id:
type: "string"
network-data:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
generic.resource.api.servicedata.servicedata.networks.network.NetworkData:
allOf:
- - $ref: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
- originalRef: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
- - $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
- originalRef: "#/definitions/generic.resource.api.NetworkOperationInformation"
- - $ref: "#/definitions/generic.resource.api.NetworkTopology"
- originalRef: "#/definitions/generic.resource.api.NetworkTopology"
+ - originalRef: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
+ $ref: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.NetworkOperationInformation"
+ $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
+ - originalRef: "#/definitions/generic.resource.api.NetworkTopology"
+ $ref: "#/definitions/generic.resource.api.NetworkTopology"
- type: "object"
properties:
network-provided-allotted-resources:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources:
type: "object"
properties:
@@ -90072,56 +90072,56 @@ definitions:
type: "object"
properties:
pnf-data:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
pnf-id:
type: "string"
generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData:
allOf:
- - $ref: "#/definitions/generic.resource.api.PnfLevelOperStatus"
- originalRef: "#/definitions/generic.resource.api.PnfLevelOperStatus"
- - $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
- originalRef: "#/definitions/generic.resource.api.PnfOperationInformation"
- - $ref: "#/definitions/generic.resource.api.PnfTopology"
- originalRef: "#/definitions/generic.resource.api.PnfTopology"
+ - originalRef: "#/definitions/generic.resource.api.PnfLevelOperStatus"
+ $ref: "#/definitions/generic.resource.api.PnfLevelOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.PnfOperationInformation"
+ $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
+ - originalRef: "#/definitions/generic.resource.api.PnfTopology"
+ $ref: "#/definitions/generic.resource.api.PnfTopology"
generic.resource.api.servicedata.servicedata.vnfs.Vnf:
type: "object"
properties:
vnf-data:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
vnf-id:
type: "string"
generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData:
allOf:
- - $ref: "#/definitions/generic.resource.api.VnfLevelOperStatus"
- originalRef: "#/definitions/generic.resource.api.VnfLevelOperStatus"
- - $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
- originalRef: "#/definitions/generic.resource.api.VnfOperationInformation"
- - $ref: "#/definitions/generic.resource.api.VnfTopology"
- originalRef: "#/definitions/generic.resource.api.VnfTopology"
+ - originalRef: "#/definitions/generic.resource.api.VnfLevelOperStatus"
+ $ref: "#/definitions/generic.resource.api.VnfLevelOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.VnfOperationInformation"
+ $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfTopology"
+ $ref: "#/definitions/generic.resource.api.VnfTopology"
- type: "object"
properties:
vnf-network-collections:
- $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
vnf-sub-interface-groups:
- $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
+ $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
vf-modules:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
vnf-provided-allotted-resources:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules:
type: "object"
properties:
vf-module:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources:
type: "object"
properties:
@@ -90134,22 +90134,22 @@ definitions:
type: "object"
properties:
vf-module-data:
- $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
+ $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
vf-module-id:
type: "string"
generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData:
allOf:
- - $ref: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
- originalRef: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
- - $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
- originalRef: "#/definitions/generic.resource.api.VfModuleOperationInformation"
- - $ref: "#/definitions/generic.resource.api.VfModuleTopology"
- originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
+ $ref: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleOperationInformation"
+ $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
+ $ref: "#/definitions/generic.resource.api.VfModuleTopology"
generic.resource.api.serviceinformation.ServiceInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
subscriber-name:
@@ -90169,10 +90169,10 @@ definitions:
type: "string"
generic.resource.api.servicemodelinfrastructure.Service:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceData"
- originalRef: "#/definitions/generic.resource.api.ServiceData"
- - $ref: "#/definitions/generic.resource.api.ServiceStatus"
- originalRef: "#/definitions/generic.resource.api.ServiceStatus"
+ - originalRef: "#/definitions/generic.resource.api.ServiceData"
+ $ref: "#/definitions/generic.resource.api.ServiceData"
+ - originalRef: "#/definitions/generic.resource.api.ServiceStatus"
+ $ref: "#/definitions/generic.resource.api.ServiceStatus"
- type: "object"
properties:
service-instance-id:
@@ -90184,8 +90184,8 @@ definitions:
service-parameter:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
+ $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
generic.resource.api.serviceparameters.serviceparameters.ServiceParameter:
type: "object"
properties:
@@ -90197,8 +90197,8 @@ definitions:
type: "object"
properties:
vnfs:
- $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
+ $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
service-path-sequence-id:
type: "integer"
format: "int64"
@@ -90213,14 +90213,14 @@ definitions:
vnf:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.VnfPathInformation"
originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
+ $ref: "#/definitions/generic.resource.api.VnfPathInformation"
generic.resource.api.servicerequestinput.ServiceRequestInput:
type: "object"
properties:
service-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
service-instance-name:
type: "string"
generic.resource.api.servicestatus.ServiceStatus:
@@ -90237,26 +90237,26 @@ definitions:
response-timestamp:
type: "string"
request-status:
- $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
+ $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
final-indicator:
type: "string"
rpc-name:
type: "string"
rpc-action:
description: "this is the svc-action from the incoming request"
- $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
+ $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
generic.resource.api.servicetopology.ServiceTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.ServiceAssignments"
- originalRef: "#/definitions/generic.resource.api.ServiceAssignments"
- - $ref: "#/definitions/generic.resource.api.ServiceParameters"
- originalRef: "#/definitions/generic.resource.api.ServiceParameters"
- - $ref: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
- originalRef: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceAssignments"
+ $ref: "#/definitions/generic.resource.api.ServiceAssignments"
+ - originalRef: "#/definitions/generic.resource.api.ServiceParameters"
+ $ref: "#/definitions/generic.resource.api.ServiceParameters"
+ - originalRef: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier:
type: "object"
properties:
@@ -90278,10 +90278,10 @@ definitions:
\ input"
generic.resource.api.servicetopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData:
type: "object"
properties:
@@ -90289,14 +90289,14 @@ definitions:
type: "string"
description: "e.g. untrusted "
floating-ips:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
network-id:
type: "string"
description: "Subinterface network id (UUID in A&AI)"
network-information-items:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
neutron-network-id:
type: "string"
description: "Neutron network id assigned by PO/RP"
@@ -90330,8 +90330,8 @@ definitions:
network-information-item:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem:
type: "object"
properties:
@@ -90339,8 +90339,8 @@ definitions:
type: "string"
description: "Use ipv4 or ipv6"
network-ips:
- $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
ip-count:
type: "integer"
format: "int32"
@@ -90349,8 +90349,8 @@ definitions:
use-dhcp:
description: "Indicator to use DHCP on this network for this VM - set to N\
\ for Vlan tagging"
- $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
originalRef: "#/definitions/generic.resource.api.UseDhcpEnumeration"
+ $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps:
type: "object"
properties:
@@ -90365,12 +90365,12 @@ definitions:
sub-interface:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
generic.resource.api.subinterfaces.subinterfaces.SubInterface:
allOf:
- - $ref: "#/definitions/generic.resource.api.VlanTags"
- originalRef: "#/definitions/generic.resource.api.VlanTags"
+ - originalRef: "#/definitions/generic.resource.api.VlanTags"
+ $ref: "#/definitions/generic.resource.api.VlanTags"
- type: "object"
properties:
sub-interface-port-id:
@@ -90378,11 +90378,11 @@ definitions:
sub-interface-port-name:
type: "string"
sub-interface-network:
- $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
+ $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
sub-interface-ip-addresses:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
sub-interface-status:
type: "string"
description: "NULL, unassigned, assigned"
@@ -90405,8 +90405,8 @@ definitions:
format: "int32"
addr-from-start:
description: "Default is N"
- $ref: "#/definitions/generic.resource.api.AddrFromStartEnumeration"
originalRef: "#/definitions/generic.resource.api.AddrFromStartEnumeration"
+ $ref: "#/definitions/generic.resource.api.AddrFromStartEnumeration"
dhcp-start-address:
type: "string"
gateway-address:
@@ -90418,35 +90418,35 @@ definitions:
start-address:
type: "string"
dhcp-enabled:
- $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
originalRef: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
+ $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
subnet-name:
type: "string"
generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
- type: "object"
properties:
allotted-resource-id:
type: "string"
allotted-resource-data:
- $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
+ $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
- - $ref: "#/definitions/generic.resource.api.TunnelxconnTopology"
- originalRef: "#/definitions/generic.resource.api.TunnelxconnTopology"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
+ - originalRef: "#/definitions/generic.resource.api.TunnelxconnTopology"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnTopology"
- type: "object"
properties:
allotted-resource-operation-information:
- $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
tunnelxconn-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments:
type: "object"
properties:
@@ -90473,56 +90473,56 @@ definitions:
type: "string"
generic.resource.api.tunnelxconntopology.TunnelxconnTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.TunnelxconnAssignments"
- originalRef: "#/definitions/generic.resource.api.TunnelxconnAssignments"
+ - originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.TunnelxconnAssignments"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnAssignments"
- type: "object"
properties:
tunnelxconn-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.tunnelxconntopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
- - $ref: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
- originalRef: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
+ $ref: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
generic.resource.api.vfmoduleassignments.VfModuleAssignments:
allOf:
- - $ref: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
- originalRef: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
+ - originalRef: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
+ $ref: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
- type: "object"
properties:
vf-module-status:
type: "string"
description: "Orchestration status from AAI"
vms:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
dhcp-subnet-assignments:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments:
type: "object"
properties:
dhcp-subnet-assignment:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
+ $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms:
type: "object"
properties:
vm:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.VmTopologyData"
originalRef: "#/definitions/generic.resource.api.VmTopologyData"
+ $ref: "#/definitions/generic.resource.api.VmTopologyData"
generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment:
type: "object"
properties:
@@ -90535,8 +90535,8 @@ definitions:
type: "string"
generic.resource.api.vfmoduleinformation.VfModuleInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
vf-module-id:
@@ -90548,8 +90548,8 @@ definitions:
type: "string"
generic.resource.api.vfmodulerequestinput.VfModuleRequestInput:
allOf:
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
vf-module-name:
@@ -90558,23 +90558,23 @@ definitions:
type: "string"
description: "keep this?"
vf-module-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
generic.resource.api.vfmoduletopology.VfModuleTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
- - $ref: "#/definitions/generic.resource.api.VfModuleAssignments"
- originalRef: "#/definitions/generic.resource.api.VfModuleAssignments"
- - $ref: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
- originalRef: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleAssignments"
+ $ref: "#/definitions/generic.resource.api.VfModuleAssignments"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
+ $ref: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
- type: "object"
properties:
vf-module-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
sdnc-generated-cloud-resources:
type: "boolean"
description: "Indicate if source is sdnc-generated-cloud-resources.When\
@@ -90593,14 +90593,14 @@ definitions:
type: "string"
generic.resource.api.vfmoduletopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
- - $ref: "#/definitions/generic.resource.api.VfModuleResponseInformation"
- originalRef: "#/definitions/generic.resource.api.VfModuleResponseInformation"
- - $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
- originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.VfModuleResponseInformation"
+ $ref: "#/definitions/generic.resource.api.VfModuleResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
+ $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
generic.resource.api.vlantags.VlanTags:
type: "object"
properties:
@@ -90623,16 +90623,16 @@ definitions:
vlan-vnfc-instance-group:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup:
type: "object"
properties:
vnf-id:
type: "string"
vnfcs:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
instance-group-id:
type: "string"
description: "A&AI ID"
@@ -90644,12 +90644,12 @@ definitions:
vnfc:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc:
allOf:
- - $ref: "#/definitions/generic.resource.api.VnicGroups"
- originalRef: "#/definitions/generic.resource.api.VnicGroups"
+ - originalRef: "#/definitions/generic.resource.api.VnicGroups"
+ $ref: "#/definitions/generic.resource.api.VnicGroups"
- type: "object"
properties:
vnfc-name:
@@ -90689,17 +90689,17 @@ definitions:
network-information-item:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
generic.resource.api.vmnetworkdata.SriovParameters:
type: "object"
properties:
application-tags:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
heat-vlan-filters:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem:
type: "object"
properties:
@@ -90707,8 +90707,8 @@ definitions:
type: "string"
description: "Use ipv4 or ipv6"
network-ips:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
ip-count:
type: "integer"
format: "int32"
@@ -90716,8 +90716,8 @@ definitions:
\ role"
use-dhcp:
description: "Indicator to use DHCP on this network for this VM"
- $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
originalRef: "#/definitions/generic.resource.api.UseDhcpEnumeration"
+ $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps:
type: "object"
properties:
@@ -90730,11 +90730,11 @@ definitions:
type: "object"
properties:
s-tags:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
c-tags:
- $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
+ $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters:
type: "object"
properties:
@@ -90762,8 +90762,8 @@ definitions:
vnfc-names:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
+ $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
vm-name:
type: "array"
items:
@@ -90774,20 +90774,20 @@ definitions:
vm-network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.VmNetworkData"
originalRef: "#/definitions/generic.resource.api.VmNetworkData"
+ $ref: "#/definitions/generic.resource.api.VmNetworkData"
generic.resource.api.vmtopologydata.vmnames.VnfcNames:
type: "object"
properties:
vnfc-networks:
- $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
vnfc-name:
type: "string"
generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup:
allOf:
- - $ref: "#/definitions/generic.resource.api.VnfcObjects"
- originalRef: "#/definitions/generic.resource.api.VnfcObjects"
+ - originalRef: "#/definitions/generic.resource.api.VnfcObjects"
+ $ref: "#/definitions/generic.resource.api.VnfcObjects"
- type: "object"
properties:
group-type:
@@ -90803,8 +90803,8 @@ definitions:
description: "Set to nfc-naming-code from A&AI"
generic.resource.api.vnfcloudparam.Vnf:
allOf:
- - $ref: "#/definitions/generic.resource.api.Param"
- originalRef: "#/definitions/generic.resource.api.Param"
+ - originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
- type: "object"
properties:
vnf-id:
@@ -90812,34 +90812,34 @@ definitions:
vf-module:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"
originalRef: "#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"
+ $ref: "#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"
vnf-name:
type: "string"
generic.resource.api.vnfcloudparam.vnf.VfModule:
allOf:
- - $ref: "#/definitions/generic.resource.api.Param"
- originalRef: "#/definitions/generic.resource.api.Param"
+ - originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
- type: "object"
properties:
vf-module-id:
type: "string"
generic.resource.api.vnfcnetworkdata.VnfcNetworkData:
allOf:
- - $ref: "#/definitions/generic.resource.api.ConnectionPoint"
- originalRef: "#/definitions/generic.resource.api.ConnectionPoint"
+ - originalRef: "#/definitions/generic.resource.api.ConnectionPoint"
+ $ref: "#/definitions/generic.resource.api.ConnectionPoint"
- type: "object"
properties:
vnfc-ports:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
vnfc-type:
type: "string"
vnfc-subnet:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
vnfc-network-role:
type: "string"
generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts:
@@ -90848,8 +90848,8 @@ definitions:
vnfc-port:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet:
type: "object"
properties:
@@ -90859,8 +90859,8 @@ definitions:
vnfc-ip-assignments:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort:
type: "object"
properties:
@@ -90872,8 +90872,8 @@ definitions:
\ with network-role=X02 - 2nd port with network-role=X01 - 1st port with\
\ network-role=Y02 - 2nd port with network-role=Y"
vnic-sub-interfaces:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
common-sub-interface-role:
type: "string"
description: "If sub-interfaces have common interface role (network role)"
@@ -90883,17 +90883,17 @@ definitions:
vnfc-subnet-dhcp:
description: "Indicator to use DHCP for IP assignment. Unless dhcp=N, we wouldnt\
\ have any IPs here, since they would not be SDNC assigned "
- $ref: "#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"
originalRef: "#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"
+ $ref: "#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"
vnfc-address-family:
description: "indicates if this is IpV4 or IpV6"
- $ref: "#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"
originalRef: "#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"
+ $ref: "#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"
vnfc-subnet-ip:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
+ $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
vnfc-subnet-ip-count:
type: "integer"
format: "int32"
@@ -90910,24 +90910,24 @@ definitions:
ip-type:
description: "Capture what type of IP this is, if is virtual IP (AKA, floating\
\ IP) or Fixed IP. "
- $ref: "#/definitions/generic.resource.api.IpTypeEnumeration"
originalRef: "#/definitions/generic.resource.api.IpTypeEnumeration"
+ $ref: "#/definitions/generic.resource.api.IpTypeEnumeration"
generic.resource.api.vnfcobjects.VnfcObjects:
type: "object"
properties:
vnfc-object:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject:
type: "object"
properties:
vm-type:
type: "string"
vnics:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
vnf-id:
type: "string"
vnfc-name:
@@ -90945,21 +90945,21 @@ definitions:
vnic:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic:
type: "object"
properties:
vnic-port-name:
type: "string"
vnic-ip-addresses:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
vnic-port-id:
type: "string"
capacity:
- $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
+ $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity:
type: "object"
properties:
@@ -90976,12 +90976,12 @@ definitions:
vnfc:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
+ $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
generic.resource.api.vnfcs.vnfcs.Vnfc:
allOf:
- - $ref: "#/definitions/generic.resource.api.Vnics"
- originalRef: "#/definitions/generic.resource.api.Vnics"
+ - originalRef: "#/definitions/generic.resource.api.Vnics"
+ $ref: "#/definitions/generic.resource.api.Vnics"
- type: "object"
properties:
vserver-name:
@@ -90993,28 +90993,28 @@ definitions:
description: "Vnfc name as key in A&AI"
generic.resource.api.vnfgetresourcerequest.Input:
allOf:
- - $ref: "#/definitions/generic.resource.api.RequestInformation"
- originalRef: "#/definitions/generic.resource.api.RequestInformation"
- - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
- originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
- - $ref: "#/definitions/generic.resource.api.ServiceInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceInformation"
- - $ref: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
- originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
+ - originalRef: "#/definitions/generic.resource.api.RequestInformation"
+ $ref: "#/definitions/generic.resource.api.RequestInformation"
+ - originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
+ $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
+ - originalRef: "#/definitions/generic.resource.api.ServiceInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceInformation"
+ - originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
+ $ref: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
generic.resource.api.vnfgetresourcerequest.Output:
type: "object"
properties:
vnf-get-resource-response-information:
- $ref: "#/definitions/generic.resource.api.VnfCloudParam"
originalRef: "#/definitions/generic.resource.api.VnfCloudParam"
+ $ref: "#/definitions/generic.resource.api.VnfCloudParam"
generic.resource.api.vnfgetresourcerequestinputdata.Vnf:
type: "object"
properties:
vf-module:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"
originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"
+ $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"
vnf-id:
type: "string"
generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule:
@@ -91024,8 +91024,8 @@ definitions:
type: "string"
generic.resource.api.vnfinformation.VnfInformation:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- type: "object"
properties:
vnf-id:
@@ -91048,11 +91048,11 @@ definitions:
type: "string"
description: "Network Instance-Group function in A&AI"
vnf-floating-ip:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
networks:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
network-collection-service-instance-id:
type: "string"
description: "Service-instance-id of service that created the network collection"
@@ -91062,8 +91062,8 @@ definitions:
network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network:
type: "object"
properties:
@@ -91079,8 +91079,8 @@ definitions:
subnet-data:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
+ $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData:
type: "object"
properties:
@@ -91108,8 +91108,8 @@ definitions:
description: "Should be ipv4 or ipv6"
dhcp-enabled:
description: "Indicator to use this subnet for DHCP "
- $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
originalRef: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
+ $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
subnet-name:
type: "string"
description: "Populated for preload only"
@@ -91122,8 +91122,8 @@ definitions:
type: "string"
generic.resource.api.vnfrequestinput.VnfRequestInput:
allOf:
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- type: "object"
properties:
request-version:
@@ -91132,16 +91132,16 @@ definitions:
vnf-network-instance-group-ids:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
vnf-input-parameters:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
vnf-name:
type: "string"
vnf-networks:
- $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds:
type: "object"
properties:
@@ -91154,20 +91154,20 @@ definitions:
vnf-network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
generic.resource.api.vnfresourceassignments.VnfResourceAssignments:
type: "object"
properties:
availability-zones:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
vnf-status:
type: "string"
description: "Orchestration status from AAI - to be set by SDNC"
vnf-networks:
- $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
+ $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones:
type: "object"
properties:
@@ -91187,12 +91187,12 @@ definitions:
vnf-network:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.VnfNetworkData"
originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
+ $ref: "#/definitions/generic.resource.api.VnfNetworkData"
generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup:
allOf:
- - $ref: "#/definitions/generic.resource.api.Vnfcs"
- originalRef: "#/definitions/generic.resource.api.Vnfcs"
+ - originalRef: "#/definitions/generic.resource.api.Vnfcs"
+ $ref: "#/definitions/generic.resource.api.Vnfcs"
- type: "object"
properties:
network-instance-group-function:
@@ -91202,16 +91202,16 @@ definitions:
vnfc-instance-group-function:
type: "string"
customer-bonding-requests:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests:
type: "object"
properties:
customer-bonding-request:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
+ $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest:
type: "object"
properties:
@@ -91220,19 +91220,19 @@ definitions:
description: "e.g. vlan network receptor configuration id"
generic.resource.api.vnftopology.VnfTopology:
allOf:
- - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
- originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
- - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
- originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
- - $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
- originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
- - $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
- originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
+ - originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
+ $ref: "#/definitions/generic.resource.api.OnapModelInformation"
+ - originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
+ $ref: "#/definitions/generic.resource.api.RegionIdentifier"
+ - originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
+ $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
+ - originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
+ $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
- type: "object"
properties:
vnf-parameters-data:
- $ref: "#/definitions/generic.resource.api.Param"
originalRef: "#/definitions/generic.resource.api.Param"
+ $ref: "#/definitions/generic.resource.api.Param"
sdnc-generated-cloud-resources:
type: "boolean"
description: "Indicate if source is sdnc generated cloud param. When true,\
@@ -91261,12 +91261,12 @@ definitions:
description: "In preload tree, this label is used for the vf-module-type"
generic.resource.api.vnftopologyoperation.Output:
allOf:
- - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
- originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
- - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
- originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
- - $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
- originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
+ - originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
+ - originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
+ $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData:
type: "object"
properties:
@@ -91277,8 +91277,8 @@ definitions:
vnrs-data:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"
originalRef: "#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"
+ $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"
generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData:
type: "object"
properties:
@@ -91306,20 +91306,20 @@ definitions:
vnic-group:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
generic.resource.api.vnicgroups.vnicgroups.VnicGroup:
type: "object"
properties:
vlan-vnics:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
vlan-assignment-policy-name:
type: "string"
description: "Policy name in ASDC model & policy definition in Policy Engine"
vlan-common-ip-addresses:
- $ref: "#/definitions/generic.resource.api.IpAddresses"
originalRef: "#/definitions/generic.resource.api.IpAddresses"
+ $ref: "#/definitions/generic.resource.api.IpAddresses"
network-instance-group-function:
type: "string"
description: "network-instance-Group-function for network collection where\
@@ -91337,14 +91337,14 @@ definitions:
vlan-vnic:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
+ $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic:
type: "object"
properties:
vnic-sub-interfaces:
- $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
+ $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
vnic-port-id:
type: "string"
generic.resource.api.vnics.Vnics:
@@ -91353,12 +91353,12 @@ definitions:
vnic:
type: "array"
items:
- $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
+ $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
generic.resource.api.vnics.vnics.Vnic:
allOf:
- - $ref: "#/definitions/generic.resource.api.SubInterfaces"
- originalRef: "#/definitions/generic.resource.api.SubInterfaces"
+ - originalRef: "#/definitions/generic.resource.api.SubInterfaces"
+ $ref: "#/definitions/generic.resource.api.SubInterfaces"
- type: "object"
properties:
vnic-port-id: